mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 07:09:03 +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()
|
bool IsGeckoCodeHandlerMPN()
|
||||||
{
|
{
|
||||||
int code_handler_value = Config::Get(Config::MAIN_CODE_HANDLER);
|
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
|
// Requires s_active_codes_lock
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue