mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 22:49:00 +01:00
Revert "GeckoCode: install code handler even if no codes are activated"
This commit is contained in:
parent
4b53093acb
commit
dda42c3c92
@ -203,7 +203,7 @@ void RunCodeHandler()
|
|||||||
{
|
{
|
||||||
// Don't spam retry if the install failed. The corrupt / missing disk file is not likely to be
|
// Don't spam retry if the install failed. The corrupt / missing disk file is not likely to be
|
||||||
// fixed within 1 frame of the last error.
|
// fixed within 1 frame of the last error.
|
||||||
if (s_code_handler_installed == Installation::Failed)
|
if (s_active_codes.empty() || s_code_handler_installed == Installation::Failed)
|
||||||
return;
|
return;
|
||||||
s_code_handler_installed = InstallCodeHandlerLocked();
|
s_code_handler_installed = InstallCodeHandlerLocked();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user