mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 14:24:54 +00:00
GameSettings: Set CPUThread to False in GWR.ini.
As mentioned in https://wiki.dolphin-emu.org/index.php?title=Wave_Race:_Blue_Storm, the menu may freeze otherwise. * Data/Sys/GameSettings/GWR.ini: New file. Co-authored-by: JosJuice <josjuice@gmail.com>
This commit is contained in:
parent
90eba2b1a0
commit
0a3e9f70b9
1 changed files with 5 additions and 0 deletions
5
Data/Sys/GameSettings/GWR.ini
Normal file
5
Data/Sys/GameSettings/GWR.ini
Normal file
|
@ -0,0 +1,5 @@
|
|||
# GWRE01, GWRJ01, GWRP01 - WAVE RACE / BLUE STORM
|
||||
|
||||
[Core]
|
||||
# Disable multi-threading to avoid a hang in the game menu.
|
||||
CPUThread = False
|
Loading…
Add table
Reference in a new issue