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:
Maxim Cournoyer 2025-01-20 10:02:14 +09:00
parent 90eba2b1a0
commit 0a3e9f70b9
No known key found for this signature in database
GPG Key ID: 1260E46482E63562

View 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