* add support for a bunch of codes (all of them minus the loop shit, really)

* hook it betterer so it doesn't asplode
This commit is contained in:
Arisotura
2020-02-14 23:34:26 +01:00
parent eb44833171
commit 85a6a5bb38
3 changed files with 132 additions and 5 deletions

View File

@ -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)
{