X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=psp%2Fmenu.c;h=1c1b5df90188b006841aa0e838adc068a0f63de1;hb=84e21f25e41b90d9729088dba5991a84330964ea;hp=44c7c66c8c76263da2cdcc9bdb4b1d4eededebaa;hpb=260f1bcc8a782e7b19a11d446927cd4c2c493e8c;p=libpicofe.git diff --git a/psp/menu.c b/psp/menu.c index 44c7c66..1c1b5df 100644 --- a/psp/menu.c +++ b/psp/menu.c @@ -1235,7 +1235,6 @@ static void amenu_loop_options(void) menu_entry opt_entries[] = { { NULL, MB_NONE, MA_OPT_RENDERER, NULL, 0, 0, 0, 1, 1 }, - { "Accurate timing (slower)", MB_ONOFF, MA_OPT_ACC_TIMING, &PicoOpt, 0x0040, 0, 0, 1, 1 }, { "Accurate sprites (slower)", MB_ONOFF, MA_OPT_ACC_SPRITES, &PicoOpt, 0x0080, 0, 0, 1, 1 }, { "Show FPS", MB_ONOFF, MA_OPT_SHOW_FPS, ¤tConfig.EmuOpt, 0x0002, 0, 0, 1, 1 }, { NULL, MB_RANGE, MA_OPT_FRAMESKIP, ¤tConfig.Frameskip, 0, -1, 16, 1, 1 }, @@ -1515,7 +1514,7 @@ static void draw_menu_credits(void) text_out16(tl_x, (y+=10), "ps2dev.org people: PSP SDK/code"); text_out16(tl_x, (y+=10), "ketchupgun: skin design"); - text_out16(tl_x, (y+=20), "special thanks (for code, docs, ideas):"); + text_out16(tl_x, (y+=20), "special thanks (for docs, ideas):"); text_out16(tl_x, (y+=10), " Charles MacDonald, Haze,"); text_out16(tl_x, (y+=10), " Stephane Dallongeville,"); text_out16(tl_x, (y+=10), " Lordus, Exophase, Rokas,");