summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authortwinaphex2014-12-09 16:45:14 +0100
committertwinaphex2014-12-09 16:45:14 +0100
commita39ed082f7ff85f081446ecd820ceccb8631f1c1 (patch)
tree7a6e309153bcf471e168e7c4f35171746ca26e1a /main.c
parenta4a7f66364f40be7f0f19631c8f1f04e4cc4833c (diff)
downloadpicogpsp-a39ed082f7ff85f081446ecd820ceccb8631f1c1.tar.gz
picogpsp-a39ed082f7ff85f081446ecd820ceccb8631f1c1.tar.bz2
picogpsp-a39ed082f7ff85f081446ecd820ceccb8631f1c1.zip
Remove useless GUI font code
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();