mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 09:48:37 +12:00
Fix cellGcmInit
add a missing reset
This commit is contained in:
parent
158019b50f
commit
18ec05c070
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ void InitOffsetTable()
|
||||||
memset(IoMapTable, 0, 3072 * sizeof(u16));
|
memset(IoMapTable, 0, 3072 * sizeof(u16));
|
||||||
|
|
||||||
memset(&RSXIOMem, 0xFF, sizeof(RSXIOMem));
|
memset(&RSXIOMem, 0xFF, sizeof(RSXIOMem));
|
||||||
|
reserved_size = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue