mirror of
https://github.com/libretro/RetroArch.git
synced 2025-03-06 00:48:10 +00:00
Move MAX_ARGS define to frontend.c
This commit is contained in:
parent
9287d6363f
commit
e6472b5a72
@ -67,6 +67,8 @@
|
|||||||
#define HAVE_MAIN_LOOP
|
#define HAVE_MAIN_LOOP
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define MAX_ARGS 32
|
||||||
|
|
||||||
static retro_keyboard_event_t key_event;
|
static retro_keyboard_event_t key_event;
|
||||||
|
|
||||||
#ifdef HAVE_MENU
|
#ifdef HAVE_MENU
|
||||||
|
@ -760,10 +760,6 @@ void rarch_main_clear_state(void);
|
|||||||
void rarch_init_system_info(void);
|
void rarch_init_system_info(void);
|
||||||
int rarch_main(int argc, char *argv[]);
|
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);
|
void rarch_main_init_wrap(const struct rarch_main_wrap *args, int *argc, char **argv);
|
||||||
|
|
||||||
int rarch_main_init(int argc, char *argv[]);
|
int rarch_main_init(int argc, char *argv[]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user