Disable page table fastmem for TimeSplitters: Future Perfect

TimeSplitters: Future Perfect is crashing if page table fastmem is
enabled. The reason hasn't been analyzed yet. For the time being, let's
use GameSettings to bring back the old behavior of not having page table
fastmem.

Fixes https://bugs.dolphin-emu.org/issues/14000.
This commit is contained in:
JosJuice 2026-03-17 18:45:15 +01:00 committed by OatmealDome
parent b85eda152c
commit a2f9626051
No known key found for this signature in database
GPG Key ID: A4BFAB0C67513B91

View File

@ -3,6 +3,8 @@
[Core] [Core]
# Values set here will override the main Dolphin settings. # Values set here will override the main Dolphin settings.
MMU = True MMU = True
# Fixes freeze on second loading screen
PageTableFastmem = False
[OnFrame] [OnFrame]
# Add memory patches to be applied every frame here. # Add memory patches to be applied every frame here.