mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00: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(&RSXIOMem, 0xFF, sizeof(RSXIOMem));
|
||||
reserved_size = 0;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue