aboutsummaryrefslogtreecommitdiff
path: root/frontend/menu.c
diff options
context:
space:
mode:
authornotaz2011-10-29 22:06:09 +0300
committernotaz2011-10-30 23:48:09 +0200
commit33400707ded1b72c10c7ed70f925066aeae86f45 (patch)
tree5fdaa2bd85679fd3743dd5a1c67e12434aab2370 /frontend/menu.c
parentd64280d6f8f3064fffd834f374900f0bfb735ac7 (diff)
downloadpcsx_rearmed-33400707ded1b72c10c7ed70f925066aeae86f45.tar.gz
pcsx_rearmed-33400707ded1b72c10c7ed70f925066aeae86f45.tar.bz2
pcsx_rearmed-33400707ded1b72c10c7ed70f925066aeae86f45.zip
frontend: move defconfig to main
.. so that maemo can use it
Diffstat (limited to 'frontend/menu.c')
-rw-r--r--frontend/menu.c22
1 files changed, 2 insertions, 20 deletions
diff --git a/frontend/menu.c b/frontend/menu.c
index 630b4ea..60cf0c4 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();
}