mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-18 11:23:38 +00:00
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.
18 lines
347 B
INI
18 lines
347 B
INI
# G3FE69, G3FP69, G3FF69 - TimeSplitters Future Perfect
|
|
|
|
[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.
|
|
|
|
[ActionReplay]
|
|
# Add action replay cheats here.
|
|
|
|
[Video]
|
|
PerfQueriesEnable = True
|
|
|