Compare commits

...

1 Commits

Author SHA1 Message Date
TheLastRar
8316228771 iR5900: Reset manual protection counters 2025-02-12 12:12:05 -05:00

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