mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
Move some enums outside of header file for backend
This commit is contained in:
parent
ddc0ce4fb3
commit
9cfb51a895
@ -219,9 +219,6 @@ typedef enum
|
||||
RGUI_SETTINGS_CUSTOM_BIND_DEFAULT_ALL,
|
||||
RGUI_SETTINGS_ONSCREEN_KEYBOARD_ENABLE,
|
||||
RGUI_SETTINGS_BIND_LAST = RGUI_SETTINGS_BIND_ANALOG_RIGHT_Y_MINUS,
|
||||
RGUI_SETTINGS_CORE_INFO_NONE = 0xffff,
|
||||
RGUI_SETTINGS_CORE_OPTION_NONE = 0xffff,
|
||||
RGUI_SETTINGS_CORE_OPTION_START = 0x10000
|
||||
} rgui_settings_t;
|
||||
|
||||
#ifdef GEKKO
|
||||
|
@ -51,6 +51,10 @@ extern "C" {
|
||||
#define GFX_MAX_SHADERS 16
|
||||
#endif
|
||||
|
||||
#define RGUI_SETTINGS_CORE_INFO_NONE 0xffff
|
||||
#define RGUI_SETTINGS_CORE_OPTION_NONE 0xffff
|
||||
#define RGUI_SETTINGS_CORE_OPTION_START 0x10000
|
||||
|
||||
typedef enum
|
||||
{
|
||||
RGUI_FILE_PLAIN,
|
||||
|
Loading…
x
Reference in New Issue
Block a user