1
0
mirror of synced 2024-11-15 07:17:35 +01:00

Forgot if for x64

This commit is contained in:
Reaver 2018-09-17 21:55:06 +03:00
parent 3fd9e433b3
commit 80179e9c89

View File

@ -61,8 +61,9 @@ static InitFunction initFunction_MB([]()
init_RfidEmu();
init_RegHooks();
init_NesysEmu();
#if _M_IX86
init_CryptoPipe(GameDetect::NesicaKey);
#endif
// Skip Initilization wait time.
injector::MakeNOP(imageBase + 0x56B21, 2);
}, GameID::MagicalBeat);
@ -74,8 +75,9 @@ static InitFunction initFunction_CC([]()
init_RfidEmu();
init_RegHooks();
init_NesysEmu();
#if _M_IX86
init_CryptoPipe(GameDetect::NesicaKey);
#endif
// Skip stuck on Warning screen. NESYS emu must be improved for this to work properly!
injector::MakeNOP(imageBase + 0x1015E7, 2);
}, GameID::CrimzonClover);