(retroarch_logger.h) Add MARCH_INTERNAL ifdef
This commit is contained in:
parent
7859c4a3c1
commit
e5d8773464
|
@ -55,6 +55,8 @@ FILE *rarch_main_log_file(void);
|
|||
#define PROGRAM_NAME "RetroArch Salamander"
|
||||
#elif defined(RARCH_INTERNAL)
|
||||
#define PROGRAM_NAME "RetroArch"
|
||||
#elif defined(MARCH_INTERNAL)
|
||||
#define PROGRAM_NAME "MicroArch"
|
||||
#else
|
||||
#define PROGRAM_NAME "N/A"
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue