lay base for AR cheatzorz. baahahhhh

This commit is contained in:
Arisotura
2020-02-14 19:26:52 +01:00
parent 2944575cbc
commit 106b9a6f24
6 changed files with 107 additions and 2 deletions

View File

@ -20,7 +20,7 @@
#include <string.h>
#include "NDS.h"
#include "GPU.h"
u64 vbltime;
#include "AREngine.h"
namespace GPU
{
@ -986,6 +986,9 @@ void StartScanline(u32 line)
GPU2D_A->VBlank();
GPU2D_B->VBlank();
GPU3D::VBlank();
// TODO: verify when AR cheats actually run!
AREngine::RunCheats();
}
else if (VCount == 144)
{