From 87e5b45fe1aa734289cf57531c89988cfafff524 Mon Sep 17 00:00:00 2001 From: notaz Date: Tue, 27 Nov 2012 17:08:39 +0200 Subject: clean up mmap hacks still messy but perhaps beter --- frontend/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontend/main.c') diff --git a/frontend/main.c b/frontend/main.c index 29d2c25..59b68d5 100644 --- a/frontend/main.c +++ b/frontend/main.c @@ -31,6 +31,8 @@ #include "libpicofe/input.h" #include "libpicofe/plat.h" #include "libpicofe/readpng.h" + +static void toggle_fast_forward(int force_off); #endif #ifndef BOOT_MSG #define BOOT_MSG "Booting up..." @@ -54,8 +56,6 @@ enum sched_action emu_action, emu_action_old; char hud_msg[64]; int hud_new_msg; -static void toggle_fast_forward(int force_off); - static void make_path(char *buf, size_t size, const char *dir, const char *fname) { if (fname) -- cgit v1.2.3