From f509481cbf336ec420592b0d43b7c92dae9c8372 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.