mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-24 03:42:31 +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 "driver.h"
|
||||
|
||||
#define OVERRIDE_NONE 0
|
||||
#define OVERRIDE_CORE 1
|
||||
#define OVERRIDE_GAME 2
|
||||
enum override_type
|
||||
{
|
||||
OVERRIDE_NONE = 0,
|
||||
OVERRIDE_CORE,
|
||||
OVERRIDE_GAME
|
||||
};
|
||||
|
||||
#ifndef MAX_USERS
|
||||
#define MAX_USERS 16
|
||||
|
Loading…
x
Reference in New Issue
Block a user