X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Fmain.c;h=c1ceb5748373734026828fa55aeea1819785b352;hb=2c5d0a55b2b48b33f6d15b59d6f04a06c90b2ab5;hp=53e3674a540d521ce43f6e8a5a7ac9ad88fb090f;hpb=456f1b86b44a631e7c58e42ae72ce07970843944;p=pcsx_rearmed.git diff --git a/frontend/main.c b/frontend/main.c index 53e3674a..c1ceb574 100644 --- a/frontend/main.c +++ b/frontend/main.c @@ -32,6 +32,9 @@ #include "libpicofe/plat.h" #include "libpicofe/readpng.h" #endif +#ifndef BOOT_MSG +#define BOOT_MSG "Booting up..." +#endif // don't include debug.h - it breaks ARM build (R1 redefined) void StartDebugger(); @@ -403,8 +406,8 @@ void emu_on_new_cd(void) printf("----------------------------------------------------------\n"); } - snprintf(hud_msg, sizeof(hud_msg), "Booting up..."); - hud_new_msg = 2; + snprintf(hud_msg, sizeof(hud_msg), BOOT_MSG); + hud_new_msg = 3; } int emu_core_preinit(void)