X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=frontend%2Fmain.c;h=6be005a66d5d7e15271a15d1fb896b1345cb5706;hb=cab87bf32270cb7a80a988850ed2f82e10722001;hp=a64e9bb8a155f7fcdadfadb6d5e8f7e1fbb9ed82;hpb=a88136c1afff1093e5278ac3a853e5fa5e36c80c;p=pcsx_rearmed.git diff --git a/frontend/main.c b/frontend/main.c index a64e9bb8..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; @@ -122,7 +122,7 @@ void emu_set_default_config(void) { // try to set sane config on which most games work Config.Xa = Config.Cdda = Config.Sio = - Config.SpuIrq = Config.RCntFix = Config.VSyncWA = 0; + Config.icache_emulation = Config.SpuIrq = Config.RCntFix = Config.VSyncWA = 0; Config.PsxAuto = 1; pl_rearmed_cbs.thread_rendering = 0; @@ -156,7 +156,9 @@ void emu_set_default_config(void) #if defined(HAVE_PRE_ARMV7) && !defined(_3DS) /* XXX GPH hack */ spu_config.iUseReverb = 0; spu_config.iUseInterpolation = 0; +#ifndef HAVE_LIBRETRO spu_config.iTempo = 1; +#endif #endif new_dynarec_hacks = 0; cycle_multiplier = 200; @@ -716,7 +718,7 @@ void SysRunGui() { printf("SysRunGui\n"); } -static void dummy_lace() +static void CALLBACK dummy_lace() { }