diff options
Diffstat (limited to 'src/GPU.cpp')
-rw-r--r-- | src/GPU.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/GPU.cpp b/src/GPU.cpp index 633cbd7..42bfc56 100644 --- a/src/GPU.cpp +++ b/src/GPU.cpp @@ -20,7 +20,6 @@ #include <string.h> #include "NDS.h" #include "GPU.h" -#include "AREngine.h" namespace GPU { @@ -986,9 +985,6 @@ 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) { |