libretro: adjust options after recent changes
[pcsx_rearmed.git] / frontend / main.c
index d22ac22..fbb184a 100644 (file)
@@ -129,9 +129,10 @@ static void set_default_paths(void)
 void emu_set_default_config(void)
 {
        // try to set sane config on which most games work
-       Config.Xa = Config.Cdda = Config.Sio =
-       Config.icache_emulation = Config.SpuIrq = Config.RCntFix = Config.VSyncWA = 0;
+       Config.Xa = Config.Cdda = 0;
+       Config.icache_emulation = 0;
        Config.PsxAuto = 1;
+       Config.cycle_multiplier = CYCLE_MULT_DEFAULT;
 
        pl_rearmed_cbs.thread_rendering = 0;
 
@@ -169,7 +170,6 @@ void emu_set_default_config(void)
 #endif
 #endif
        new_dynarec_hacks = 0;
-       cycle_multiplier = 200;
 
        in_type[0] = PSE_PAD_TYPE_STANDARD;
        in_type[1] = PSE_PAD_TYPE_STANDARD;