diff options
| author | Jordan Woyak <jordan.woyak@gmail.com> | 2026-04-18 18:13:35 -0500 |
|---|---|---|
| committer | Jordan Woyak <jordan.woyak@gmail.com> | 2026-04-18 18:15:32 -0500 |
| commit | 9ae93b1674b14e67ef9b72dd7a55fb67fa543b22 (patch) | |
| tree | f18366af8333a5ece133a4fa3d96c5acfc0f5f0c /Data | |
| parent | 5f2641ba4df22eeaa4357981f9a0e7fc54e43f3a (diff) | |
GameSettings: Disable PageTableFastmem in "Second Sight" to fix freeze.
Diffstat (limited to 'Data')
| -rw-r--r-- | Data/Sys/GameSettings/GIS.ini | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/Data/Sys/GameSettings/GIS.ini b/Data/Sys/GameSettings/GIS.ini index 38b3440759..33ef89b536 100644 --- a/Data/Sys/GameSettings/GIS.ini +++ b/Data/Sys/GameSettings/GIS.ini @@ -1,13 +1,7 @@ # GISE36, GISP36 - Second Sight [Core] -# Values set here will override the main Dolphin settings. CPUThread = False MMU = True - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - +# Fixes freeze on opening "play" screen. +PageTableFastmem = False |
