libretro / dolphin

Dolphin is a GameCube / Wii emulator, allowing you to play games for these two platforms on PC with improvements.
https://dolphin-emu.org/
GNU General Public License v2.0
86 stars 68 forks source link

remove CPUThread = False from all GameSettings inis to prevent crashing #258

Closed hunterk closed 2 years ago

hunterk commented 2 years ago

A workaround for https://github.com/libretro/dolphin/issues/235

I used the command:

sed -i.bak '/CPUThread = False/d' *

to remove the offending lines. We'll presumably need to do this again if we resync against upstream (and don't fix the actual problem).

dukeblooders commented 2 years ago

To be honest, I'm not sure it's a good idea. These games will probably crash at some point while playing, which is imho worse.