mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
derp
This commit is contained in:
parent
a50aaccaad
commit
f87c489ee9
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ bool IsGeckoCodeHandlerEnabled()
|
|||
bool IsGeckoCodeHandlerMPN()
|
||||
{
|
||||
int code_handler_value = Config::Get(Config::MAIN_CODE_HANDLER);
|
||||
return code_handler_value == 2;
|
||||
return code_handler_value == 1;
|
||||
}
|
||||
|
||||
// Requires s_active_codes_lock
|
||||
|
|
Loading…
Add table
Reference in a new issue