mirror of https://github.com/PCSX2/pcsx2.git
iR5900: Reset manual protection counters
This commit is contained in:
parent
695250155e
commit
8316228771
pcsx2/x86/ix86-32
|
@ -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