From 86e029288301689433b8c5215752c062f14e0fb1 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 3 Oct 2014 17:01:56 +0200 Subject: [PATCH] (GX) Fix build --- frontend/platform/platform_gx.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/platform/platform_gx.c b/frontend/platform/platform_gx.c index f358b826f1..a5ba50b928 100644 --- a/frontend/platform/platform_gx.c +++ b/frontend/platform/platform_gx.c @@ -50,6 +50,9 @@ extern void system_exec_wii(const char *path, bool should_load_game); #include #include +static bool exit_spawn = false; +static bool exitspawn_start_game = false; + #ifndef IS_SALAMANDER enum @@ -59,9 +62,6 @@ enum GX_DEVICE_END }; -static bool exit_spawn = false; -static bool exitspawn_start_game = false; - #if defined(HAVE_LOGGER) || defined(HAVE_FILE_LOGGER) static devoptab_t dotab_stdout = { "stdout", // device name