mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
menu text adjustment
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@506 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
7292c709c8
commit
1a65e3b161
3 changed files with 3 additions and 3 deletions
|
@ -1330,7 +1330,7 @@ static void draw_menu_credits(void)
|
||||||
text_out16(tl_x, (y+=10), "jens.l: gizmondo hardware");
|
text_out16(tl_x, (y+=10), "jens.l: gizmondo hardware");
|
||||||
text_out16(tl_x, (y+=10), "ketchupgun: skin design");
|
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), " Charles MacDonald, Haze,");
|
||||||
text_out16(tl_x, (y+=10), " Stephane Dallongeville,");
|
text_out16(tl_x, (y+=10), " Stephane Dallongeville,");
|
||||||
text_out16(tl_x, (y+=10), " Lordus, Exophase, Rokas,");
|
text_out16(tl_x, (y+=10), " Lordus, Exophase, Rokas,");
|
||||||
|
|
|
@ -1446,7 +1446,7 @@ static void draw_menu_credits(void)
|
||||||
text_out16(tl_x, (y+=10), "craigix: GP2X hardware");
|
text_out16(tl_x, (y+=10), "craigix: GP2X hardware");
|
||||||
text_out16(tl_x, (y+=10), "ketchupgun: skin design");
|
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), " Charles MacDonald, Haze,");
|
||||||
text_out16(tl_x, (y+=10), " Stephane Dallongeville,");
|
text_out16(tl_x, (y+=10), " Stephane Dallongeville,");
|
||||||
text_out16(tl_x, (y+=10), " Lordus, Exophase, Rokas,");
|
text_out16(tl_x, (y+=10), " Lordus, Exophase, Rokas,");
|
||||||
|
|
|
@ -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), "ps2dev.org people: PSP SDK/code");
|
||||||
text_out16(tl_x, (y+=10), "ketchupgun: skin design");
|
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), " Charles MacDonald, Haze,");
|
||||||
text_out16(tl_x, (y+=10), " Stephane Dallongeville,");
|
text_out16(tl_x, (y+=10), " Stephane Dallongeville,");
|
||||||
text_out16(tl_x, (y+=10), " Lordus, Exophase, Rokas,");
|
text_out16(tl_x, (y+=10), " Lordus, Exophase, Rokas,");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue