From 18ec05c070c58787f9cc9ee77184f9bc5aac4b9d Mon Sep 17 00:00:00 2001 From: eladash Date: Mon, 20 Aug 2018 13:51:39 +0300 Subject: [PATCH] Fix cellGcmInit add a missing reset --- rpcs3/Emu/Cell/Modules/cellGcmSys.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/rpcs3/Emu/Cell/Modules/cellGcmSys.cpp b/rpcs3/Emu/Cell/Modules/cellGcmSys.cpp index 34e656f13a..b6e86bb68e 100644 --- a/rpcs3/Emu/Cell/Modules/cellGcmSys.cpp +++ b/rpcs3/Emu/Cell/Modules/cellGcmSys.cpp @@ -81,6 +81,7 @@ void InitOffsetTable() memset(IoMapTable, 0, 3072 * sizeof(u16)); memset(&RSXIOMem, 0xFF, sizeof(RSXIOMem)); + reserved_size = 0; } //----------------------------------------------------------------------------