(GX) Fix build
This commit is contained in:
parent
e57963a394
commit
86e0292883
|
@ -50,6 +50,9 @@ extern void system_exec_wii(const char *path, bool should_load_game);
|
||||||
#include <sdcard/gcsd.h>
|
#include <sdcard/gcsd.h>
|
||||||
#include <fat.h>
|
#include <fat.h>
|
||||||
|
|
||||||
|
static bool exit_spawn = false;
|
||||||
|
static bool exitspawn_start_game = false;
|
||||||
|
|
||||||
#ifndef IS_SALAMANDER
|
#ifndef IS_SALAMANDER
|
||||||
|
|
||||||
enum
|
enum
|
||||||
|
@ -59,9 +62,6 @@ enum
|
||||||
GX_DEVICE_END
|
GX_DEVICE_END
|
||||||
};
|
};
|
||||||
|
|
||||||
static bool exit_spawn = false;
|
|
||||||
static bool exitspawn_start_game = false;
|
|
||||||
|
|
||||||
#if defined(HAVE_LOGGER) || defined(HAVE_FILE_LOGGER)
|
#if defined(HAVE_LOGGER) || defined(HAVE_FILE_LOGGER)
|
||||||
static devoptab_t dotab_stdout = {
|
static devoptab_t dotab_stdout = {
|
||||||
"stdout", // device name
|
"stdout", // device name
|
||||||
|
|
Loading…
Reference in New Issue