mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-11 13:26:34 +00:00
(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 <fat.h>
|
||||
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user