diff options
Diffstat (limited to 'src/GPU.cpp')
-rw-r--r-- | src/GPU.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GPU.cpp b/src/GPU.cpp index 9d79848..7da78a9 100644 --- a/src/GPU.cpp +++ b/src/GPU.cpp @@ -813,7 +813,7 @@ void StartScanline(u32 line) GPU2D_A->VBlank(); GPU2D_B->VBlank(); GPU3D::VBlank(); - printf("VBlank. PC=%08X\n", NDS::GetPC(0)); + //printf("VBlank. PC=%08X\n", NDS::GetPC(0)); } else if (VCount == 144) { |