mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-16 23:17:29 +00:00
Fix cellGcmInit
add a missing reset
This commit is contained in:
parent
158019b50f
commit
18ec05c070
@ -81,6 +81,7 @@ void InitOffsetTable()
|
||||
memset(IoMapTable, 0, 3072 * sizeof(u16));
|
||||
|
||||
memset(&RSXIOMem, 0xFF, sizeof(RSXIOMem));
|
||||
reserved_size = 0;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user