X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Fmain.c;h=3bb0f4b66355b1fad5b69a5afbdd4ae0402c2939;hb=943a507a4156b8f5b00e4431152e41eeb4dc6f3d;hp=43a55481b940420edc4794eb8b8e03ed859e9e10;hpb=39ecfba491cd7ae374847b990b189e89ff878f1c;p=pcsx_rearmed.git diff --git a/frontend/main.c b/frontend/main.c index 43a55481..3bb0f4b6 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.gpu_neon.allow_interlace = 2; // auto @@ -138,7 +138,6 @@ void emu_set_default_config(void) pl_rearmed_cbs.gpu_peopsgl.iTexGarbageCollection = 1; spu_config.iUseReverb = 1; - spu_config.idiablofix = 0; spu_config.iUseInterpolation = 1; spu_config.iXAPitch = 0; spu_config.iVolume = 768;