mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
Turn this into enum
This commit is contained in:
parent
aa15fb3f91
commit
90a303050f
@ -25,9 +25,12 @@
|
|||||||
#include "gfx/video_driver.h"
|
#include "gfx/video_driver.h"
|
||||||
#include "driver.h"
|
#include "driver.h"
|
||||||
|
|
||||||
#define OVERRIDE_NONE 0
|
enum override_type
|
||||||
#define OVERRIDE_CORE 1
|
{
|
||||||
#define OVERRIDE_GAME 2
|
OVERRIDE_NONE = 0,
|
||||||
|
OVERRIDE_CORE,
|
||||||
|
OVERRIDE_GAME
|
||||||
|
};
|
||||||
|
|
||||||
#ifndef MAX_USERS
|
#ifndef MAX_USERS
|
||||||
#define MAX_USERS 16
|
#define MAX_USERS 16
|
||||||
|
Loading…
x
Reference in New Issue
Block a user