aboutsummaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authornotaz2011-12-10 23:08:49 +0200
committernotaz2011-12-11 01:39:26 +0200
commit9fe27e257939224d5a85975dee39f63f50b7e3dc (patch)
tree3b378fd3b6c4d2b9068f301707b4d4339abb4190 /frontend
parentcbbd8dd7705d5cb7c748a7ffaf2ccc74893b3910 (diff)
downloadpcsx_rearmed-9fe27e257939224d5a85975dee39f63f50b7e3dc.tar.gz
pcsx_rearmed-9fe27e257939224d5a85975dee39f63f50b7e3dc.tar.bz2
pcsx_rearmed-9fe27e257939224d5a85975dee39f63f50b7e3dc.zip
gpu_neon: tune frameskip further, allow >1
Diffstat (limited to 'frontend')
-rw-r--r--frontend/menu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/menu.c b/frontend/menu.c
index e720de6..5fe86ad 100644
--- a/frontend/menu.c
+++ b/frontend/menu.c
@@ -255,7 +255,7 @@ static const struct {
CE_INTVAL(in_type_sel1),
CE_INTVAL(in_type_sel2),
CE_INTVAL(analog_deadzone),
- CE_INTVAL_V(frameskip, 2),
+ CE_INTVAL_V(frameskip, 3),
CE_INTVAL_P(gpu_peops.iUseDither),
CE_INTVAL_P(gpu_peops.dwActFixes),
CE_INTVAL_P(gpu_unai.abe_hack),
@@ -1348,7 +1348,7 @@ static int mh_restore_defaults(int id, int keys)
}
static const char *men_region[] = { "Auto", "NTSC", "PAL", NULL };
-static const char *men_frameskip[] = { "Auto", "Off", "1", NULL };
+static const char *men_frameskip[] = { "Auto", "Off", "1", "2", "3", NULL };
/*
static const char *men_confirm_save[] = { "OFF", "writes", "loads", "both", NULL };
static const char h_confirm_save[] = "Ask for confirmation when overwriting save,\n"