aboutsummaryrefslogtreecommitdiff
path: root/src/GPU.cpp
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2019-06-20 02:31:46 +0200
committerArisotura <thetotalworm@gmail.com>2019-06-20 02:31:46 +0200
commit000aa1f327c0fcfa627953fcb732884aec6867b1 (patch)
tree88b5a3fa4d9924880c5f8e3421386651ace447a8 /src/GPU.cpp
parent5dd7fe05a895a0b6a25be62a579bdc120d4a2f35 (diff)
add LCD init flag in DISPSTAT
Diffstat (limited to 'src/GPU.cpp')
-rw-r--r--src/GPU.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GPU.cpp b/src/GPU.cpp
index dcd79b4..0eb321c 100644
--- a/src/GPU.cpp
+++ b/src/GPU.cpp
@@ -20,7 +20,7 @@
#include <string.h>
#include "NDS.h"
#include "GPU.h"
-u64 vbltime;
+
namespace GPU
{