mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
GameSettings: Set CPUThread to False in GWRE01.ini.
As mentioned in https://wiki.dolphin-emu.org/index.php?title=Wave_Race:_Blue_Storm, the menu may freeze otherwise. * Data/Sys/GameSettings/GWRE01.ini [Core]: Add CPUThread = False option.
This commit is contained in:
parent
3ea870ef8c
commit
f6050e20cb
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
[Core]
|
||||
# Values set here will override the main Dolphin settings.
|
||||
CPUThread = False
|
||||
|
||||
[OnFrame]
|
||||
# Add memory patches to be applied every frame here.
|
||||
|
|
Loading…
Add table
Reference in a new issue