mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 16:39:43 +00:00
Move MAX_COUNTERS define to menu_common.h
This commit is contained in:
parent
9d94513dc4
commit
57489cb1be
@ -20,10 +20,6 @@
|
||||
#include "../menu_common.h"
|
||||
#include "../../../settings_data.h"
|
||||
|
||||
#ifndef MAX_COUNTERS
|
||||
#define MAX_COUNTERS 64
|
||||
#endif
|
||||
|
||||
#ifdef GEKKO
|
||||
enum
|
||||
{
|
||||
|
@ -43,6 +43,10 @@
|
||||
#define GFX_MAX_SHADERS 16
|
||||
#endif
|
||||
|
||||
#ifndef MAX_COUNTERS
|
||||
#define MAX_COUNTERS 64
|
||||
#endif
|
||||
|
||||
#define MENU_SETTINGS_CORE_INFO_NONE 0xffff
|
||||
#define MENU_SETTINGS_CORE_OPTION_NONE 0xffff
|
||||
#define MENU_SETTINGS_CORE_OPTION_START 0x10000
|
||||
|
Loading…
Reference in New Issue
Block a user