iR5900: Reset manual protection counters

This commit is contained in:
TheLastRar 2025-01-31 19:12:43 +00:00 committed by Ty
parent 695250155e
commit 8316228771
1 changed files with 3 additions and 0 deletions
pcsx2/x86/ix86-32

View File

@ -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()