X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fmenu.c;h=60cf0c4e07ffd6d2911234889e61ea8043866cdc;hp=630b4ea4bcff5d5c79f27cf20f71ee504dc2d2c2;hb=33400707ded1b72c10c7ed70f925066aeae86f45;hpb=d64280d6f8f3064fffd834f374900f0bfb735ac7 diff --git a/frontend/menu.c b/frontend/menu.c index 630b4ea4..60cf0c4e 100644 --- a/frontend/menu.c +++ b/frontend/menu.c @@ -179,36 +179,18 @@ static void menu_sync_config(void) static void menu_set_defconfig(void) { + emu_set_default_config(); + g_opts = 0; scaling = SCALE_4_3; volume_boost = 0; frameskip = 0; analog_deadzone = 50; psx_clock = DEFAULT_PSX_CLOCK; - new_dynarec_hacks = 0; region = 0; in_type_sel1 = in_type_sel2 = 0; in_evdev_allow_abs_only = 0; - Config.Xa = Config.Cdda = Config.Sio = - Config.SpuIrq = Config.RCntFix = Config.VSyncWA = 0; - Config.CdrReschedule = 0; - - pl_rearmed_cbs.gpu_peops.iUseDither = 0; - pl_rearmed_cbs.gpu_peops.dwActFixes = 1<<7; - pl_rearmed_cbs.gpu_unai.abe_hack = - pl_rearmed_cbs.gpu_unai.no_light = - pl_rearmed_cbs.gpu_unai.no_blend = 0; - - iUseReverb = 2; - iUseInterpolation = 1; - iXAPitch = 0; - iSPUIRQWait = 1; - iUseTimer = 2; -#ifndef __ARM_ARCH_7A__ /* XXX */ - iUseReverb = 0; - iUseInterpolation = 0; -#endif menu_sync_config(); }