diff options
author | twinaphex | 2012-11-29 01:40:24 +0100 |
---|---|---|
committer | twinaphex | 2012-11-29 01:40:24 +0100 |
commit | 01f0020f8c4d96ce7ff425c0cab66ad93bf2159c (patch) | |
tree | 35d5f9f27fd33d95e1e005754a41102d3bd56f6b /frontend/main.c | |
parent | b194a2ecd43debbb3724e332b660b993725acd52 (diff) | |
parent | c02c3b656781a406fc4f586ac0923529de186916 (diff) | |
download | pcsx_rearmed-01f0020f8c4d96ce7ff425c0cab66ad93bf2159c.tar.gz pcsx_rearmed-01f0020f8c4d96ce7ff425c0cab66ad93bf2159c.tar.bz2 pcsx_rearmed-01f0020f8c4d96ce7ff425c0cab66ad93bf2159c.zip |
Merge git://github.com/notaz/pcsx_rearmed
Diffstat (limited to 'frontend/main.c')
-rw-r--r-- | frontend/main.c | 4 |
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) |