Move MAX_COUNTERS define to menu_common.h

This commit is contained in:
twinaphex 2014-09-24 08:27:53 +02:00
parent 9d94513dc4
commit 57489cb1be
2 changed files with 4 additions and 4 deletions

View File

@ -20,10 +20,6 @@
#include "../menu_common.h"
#include "../../../settings_data.h"
#ifndef MAX_COUNTERS
#define MAX_COUNTERS 64
#endif
#ifdef GEKKO
enum
{

View File

@ -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