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=e2bdb933ecee40a0c4caf14a20f5e642e3b93120;hpb=ea66e8840b75b0284f192e6fa068857b91ef08eb 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)