1
0
mirror of synced 2025-02-01 12:17:55 +01:00

Groove Coaster 2 now boots

- Now stops at some error that I can make no sense of.
This commit is contained in:
Reaver 2018-09-17 19:25:34 +03:00
parent 01a395e566
commit 3fd9e433b3

View File

@ -34,6 +34,9 @@ static InitFunction initFunction_GC2([]()
// C:\\TypeXZEROTemp.dat check
safeJMP(imageBase + 0xF81B0, ReturnTrue);
// Unstuck the game from some dumb mouse scanner func
injector::MakeNOP(imageBase + 0xA3FF6, 2);
#if _M_IX86
init_CryptoPipe(GameDetect::NesicaKey);
#endif