Skip to content

Commit

Permalink
iR5900: Reset manual protection counters
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastRar authored and F0bes committed Feb 12, 2025
1 parent 6952501 commit 8316228
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pcsx2/x86/ix86-32/iR5900.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 8316228

Please sign in to comment.