mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 08:09:26 +01:00
Quick fix for minimum number of cheat codes needed to activate Gecko.
This commit is contained in:
parent
9ed83765e6
commit
fa2b4cd8fc
@ -253,7 +253,7 @@ bool RunActiveCodes()
|
|||||||
|
|
||||||
void RunCodeHandler()
|
void RunCodeHandler()
|
||||||
{
|
{
|
||||||
if (SConfig::GetInstance().m_LocalCoreStartupParameter.bEnableCheats && active_codes.size() > 1)
|
if (SConfig::GetInstance().m_LocalCoreStartupParameter.bEnableCheats && active_codes.size() > 0)
|
||||||
{
|
{
|
||||||
u8 *gameId = Memory::GetPointer(0x80000000);
|
u8 *gameId = Memory::GetPointer(0x80000000);
|
||||||
u8 *wiirdId = Memory::GetPointer(0x80001800);
|
u8 *wiirdId = Memory::GetPointer(0x80001800);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user