X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fmenu.c;h=5fe86adeca6639d872fb9eeb56b89e2ba7723dbf;hp=e720de6a28c6719f3c278938d145c514f2cc94dc;hb=9fe27e257939224d5a85975dee39f63f50b7e3dc;hpb=cbbd8dd7705d5cb7c748a7ffaf2ccc74893b3910 diff --git a/frontend/menu.c b/frontend/menu.c index e720de6a..5fe86ade 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"