X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fmain.c;h=59b68d502a2e8060be690a932fad7c05c7f87b98;hp=29d2c2579d68dbf8d5f38713c42d4f74db0c44ac;hb=87e5b45fe1aa734289cf57531c89988cfafff524;hpb=f33a0f965a62ca6a8392d16efad00c2bbd878351 diff --git a/frontend/main.c b/frontend/main.c index 29d2c257..59b68d50 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)