From a2f962605190214ac81a987271c0c4c27a3539b5 Mon Sep 17 00:00:00 2001 From: JosJuice Date: Tue, 17 Mar 2026 18:45:15 +0100 Subject: [PATCH] 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. --- Data/Sys/GameSettings/G3F.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Data/Sys/GameSettings/G3F.ini b/Data/Sys/GameSettings/G3F.ini index 8d1eed58ca..a3db583a5a 100644 --- a/Data/Sys/GameSettings/G3F.ini +++ b/Data/Sys/GameSettings/G3F.ini @@ -3,6 +3,8 @@ [Core] # Values set here will override the main Dolphin settings. MMU = True +# Fixes freeze on second loading screen +PageTableFastmem = False [OnFrame] # Add memory patches to be applied every frame here.