Compare commits

...

2 Commits

Author SHA1 Message Date
JordanTheToaster
5c25637381 GameDB: Knights of the Temple 2 fixes 2025-02-12 17:39:56 -05:00
TheLastRar
8316228771 iR5900: Reset manual protection counters 2025-02-12 12:12:05 -05:00
2 changed files with 6 additions and 0 deletions

View File

@@ -23209,6 +23209,9 @@ SLES-53645:
name: "Knights of the Temple II"
region: "PAL-M5"
compat: 5
gsHWFixes:
recommendedBlendingLevel: 3 # Improves shadow quality.
autoFlush: 1 # Fixes light leaking and fire bloom intensity.
SLES-53646:
name: "World Racing 2"
region: "PAL-M5"

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