mirror of https://github.com/PCSX2/pcsx2.git
iR5900: Reset manual protection counters
This commit is contained in:
parent
bf8693a7e8
commit
31b2924346
|
@ -594,6 +594,9 @@ static void recResetRaw()
|
|||
|
||||
g_branch = 0;
|
||||
g_resetEeScalingStats = true;
|
||||
|
||||
memset(manual_page, 0, sizeof(manual_page));
|
||||
memset(manual_counter, 0, sizeof(manual_counter));
|
||||
}
|
||||
|
||||
void recShutdown()
|
||||
|
|
Loading…
Reference in New Issue