Move MAX_ARGS define to frontend.c

This commit is contained in:
twinaphex 2014-08-27 01:08:29 +02:00
parent 9287d6363f
commit e6472b5a72
2 changed files with 2 additions and 4 deletions

View File

@ -67,6 +67,8 @@
#define HAVE_MAIN_LOOP
#endif
#define MAX_ARGS 32
static retro_keyboard_event_t key_event;
#ifdef HAVE_MENU

View File

@ -760,10 +760,6 @@ void rarch_main_clear_state(void);
void rarch_init_system_info(void);
int rarch_main(int argc, char *argv[]);
#ifndef MAX_ARGS
#define MAX_ARGS 32
#endif
void rarch_main_init_wrap(const struct rarch_main_wrap *args, int *argc, char **argv);
int rarch_main_init(int argc, char *argv[]);