mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 15:19:09 +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]
|
[Core]
|
||||||
# Values set here will override the main Dolphin settings.
|
# Values set here will override the main Dolphin settings.
|
||||||
|
CPUThread = False
|
||||||
|
|
||||||
[OnFrame]
|
[OnFrame]
|
||||||
# Add memory patches to be applied every frame here.
|
# Add memory patches to be applied every frame here.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue