X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=psp%2Fmenu.c;h=89ba742374830ca9dc7ec2956efb7a1336e91849;hb=7a938d57b1dd2ff4170d801a5a70191a6e003717;hp=44c7c66c8c76263da2cdcc9bdb4b1d4eededebaa;hpb=06796143f58b20d64aac78084be2feb0f099e6d9;p=libpicofe.git diff --git a/psp/menu.c b/psp/menu.c index 44c7c66..89ba742 100644 --- a/psp/menu.c +++ b/psp/menu.c @@ -1515,7 +1515,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,");