summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/main.c b/main.c
index 64c7e77..9722609 100644
--- a/main.c
+++ b/main.c
@@ -406,14 +406,10 @@ u32 update_gba()
update_gbc_sound(cpu_ticks);
- if(fps_debug)
- {
- char print_buffer[32];
- sprintf(print_buffer, "%2d (%2d)", fps, frames_drawn);
- print_string(print_buffer, 0xFFFF, 0x000, 0, 0);
- }
+#if 0
if(!synchronize_flag)
print_string("-FF-", 0xFFFF, 0x000, 216, 0);
+#endif
update_screen();