iR5900: Reset manual protection counters

This commit is contained in:
TheLastRar 2025-01-31 19:12:43 +00:00
parent bf8693a7e8
commit 31b2924346
1 changed files with 3 additions and 0 deletions

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