aboutsummaryrefslogtreecommitdiff
path: root/src/GPU.cpp
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2020-02-14 19:26:52 +0100
committerArisotura <thetotalworm@gmail.com>2020-02-14 19:26:52 +0100
commit106b9a6f24958d33a0f909b3ceb1abf50570b82d (patch)
tree0c9dae431f91a6f50b5abfcd2fcf2448e14f3378 /src/GPU.cpp
parent2944575cbc3cd9afa6f8d64fdcb1908cf8deaf05 (diff)
lay base for AR cheatzorz. baahahhhh
Diffstat (limited to 'src/GPU.cpp')
-rw-r--r--src/GPU.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/GPU.cpp b/src/GPU.cpp
index 071d5f6..1ac9f50 100644
--- a/src/GPU.cpp
+++ b/src/GPU.cpp
@@ -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)
{