X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Fmain.c;h=da1f2f3320f12d04b9160f22ba17beec1f0c4071;hb=6856596dd497170b9c681fb0ccf4ddf09abb84f9;hp=a64e9bb8a155f7fcdadfadb6d5e8f7e1fbb9ed82;hpb=a88136c1afff1093e5278ac3a853e5fa5e36c80c;p=pcsx_rearmed.git diff --git a/frontend/main.c b/frontend/main.c index a64e9bb8..da1f2f33 100644 --- a/frontend/main.c +++ b/frontend/main.c @@ -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;