From 0a3e9f70b926bc92dacf1b265028b42d62b6a097 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Mon, 20 Jan 2025 10:02:14 +0900 Subject: [PATCH] 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 --- Data/Sys/GameSettings/GWR.ini | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Data/Sys/GameSettings/GWR.ini diff --git a/Data/Sys/GameSettings/GWR.ini b/Data/Sys/GameSettings/GWR.ini new file mode 100644 index 0000000000..6ddfeaab90 --- /dev/null +++ b/Data/Sys/GameSettings/GWR.ini @@ -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