aboutsummaryrefslogtreecommitdiff
path: root/src/GPU.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/GPU.cpp')
-rw-r--r--src/GPU.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GPU.cpp b/src/GPU.cpp
index 14e562e..ad39007 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
{
@@ -811,7 +811,7 @@ void StartScanline(u32 line)
else
{
if (VCount == 192)
- {
+ {//printf("- VBLANK -\n");vbltime=NDS::ARM9Timestamp;
// VBlank
DispStat[0] |= (1<<0);
DispStat[1] |= (1<<0);