From 2f6f7d93086ac3834c5db050a72a4e03891f789e Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 3 Feb 2016 14:42:40 +0100 Subject: [PATCH] (Gamecube) Silence warnings --- frontend/drivers/platform_gx.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/drivers/platform_gx.c b/frontend/drivers/platform_gx.c index 74a8279618..3d6c514a43 100644 --- a/frontend/drivers/platform_gx.c +++ b/frontend/drivers/platform_gx.c @@ -54,8 +54,10 @@ extern void system_exec_wii(const char *path, bool should_load_game); #include #endif +#if defined(HW_RVL) static bool exit_spawn = false; static bool exitspawn_start_game = false; +#endif #ifndef IS_SALAMANDER