mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-23 08:01:30 -05:00
If the installation fails because codehandler.bin is missing or unusable then Dolphin will try again every single frame even though it's highly unlikely a disk file will have changed. Better to just fail once then only try again when the active code set is changed. Suppresses generating 60 log messages per second.