aboutsummaryrefslogtreecommitdiff
path: root/frontend/main.c
diff options
context:
space:
mode:
authornotaz2012-11-27 17:08:39 +0200
committernotaz2012-11-28 18:49:33 +0200
commit87e5b45fe1aa734289cf57531c89988cfafff524 (patch)
treebf4021d500e21181bc9f7689234df14b7863d3de /frontend/main.c
parentf33a0f965a62ca6a8392d16efad00c2bbd878351 (diff)
downloadpcsx_rearmed-87e5b45fe1aa734289cf57531c89988cfafff524.tar.gz
pcsx_rearmed-87e5b45fe1aa734289cf57531c89988cfafff524.tar.bz2
pcsx_rearmed-87e5b45fe1aa734289cf57531c89988cfafff524.zip
clean up mmap hacks
still messy but perhaps beter
Diffstat (limited to 'frontend/main.c')
-rw-r--r--frontend/main.c4
1 files changed, 2 insertions, 2 deletions
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)