added CCoronas

This commit is contained in:
aap 2019-06-01 01:58:19 +02:00
parent 7eee450a69
commit 0476a41883
11 changed files with 782 additions and 4 deletions

View file

@ -104,8 +104,6 @@ delayedPatches10(int a, int b)
DebugMenuAddVarBool8("Debug", "Don't render Objects", (int8*)&gbDontRenderObjects, nil);
DebugMenuAddVar("Debug", "Dbg Surface", &gDbgSurf, nil, 1, 0, 34, nil);
DebugMenuAddVar("Debug", "blur type", &TheCamera.m_BlurType, nil, 1, 0, 10, nil);
DebugMenuAddCmd("Debug", "Start Credits", CCredits::Start);
DebugMenuAddCmd("Debug", "Stop Credits", CCredits::Stop);
}
@ -113,6 +111,7 @@ delayedPatches10(int a, int b)
return RsEventHandler_orig(a, b);
}
void
patch()
{