X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Fmain.c;h=6be005a66d5d7e15271a15d1fb896b1345cb5706;hb=1290ebe47bb6af9a832b438422c4d0e94deca4a7;hp=d74fd742215eae972291196c264e467b0466aca6;hpb=78de2879b23476890019dd434178b463b649da17;p=pcsx_rearmed.git diff --git a/frontend/main.c b/frontend/main.c index d74fd742..6be005a6 100644 --- a/frontend/main.c +++ b/frontend/main.c @@ -43,8 +43,8 @@ static void check_memcards(void); #endif // don't include debug.h - it breaks ARM build (R1 redefined) -void StartDebugger(); -void StopDebugger(); +static void StartDebugger() {} +static void StopDebugger() {} int ready_to_go, g_emu_want_quit, g_emu_resetting; unsigned long gpuDisp;