From 9fe27e257939224d5a85975dee39f63f50b7e3dc Mon Sep 17 00:00:00 2001 From: notaz Date: Sat, 10 Dec 2011 23:08:49 +0200 Subject: gpu_neon: tune frameskip further, allow >1 --- frontend/menu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontend') 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" -- cgit v1.2.3