(retroarch_logger.h) Add MARCH_INTERNAL ifdef

This commit is contained in:
twinaphex 2015-06-29 23:21:33 +02:00
parent 7859c4a3c1
commit e5d8773464
1 changed files with 2 additions and 0 deletions

View File

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