Update Rosalina credits
This commit is contained in:
parent
fde3b70d03
commit
d4e1da0174
@ -70,7 +70,7 @@ void RosalinaMenu_ShowCredits(void)
|
||||
Draw_Lock();
|
||||
Draw_DrawString(10, 10, COLOR_TITLE, "Rosalina -- Luma3DS credits");
|
||||
|
||||
u32 posY = Draw_DrawString(10, 30, COLOR_WHITE, "Luma3DS (c) 2016-2018 AuroraWright, TuxSH") + SPACING_Y;
|
||||
u32 posY = Draw_DrawString(10, 30, COLOR_WHITE, "Luma3DS (c) 2016-2019 AuroraWright, TuxSH") + SPACING_Y;
|
||||
|
||||
posY = Draw_DrawString(10, posY + SPACING_Y, COLOR_WHITE, "3DSX loading code by fincs");
|
||||
posY = Draw_DrawString(10, posY + SPACING_Y, COLOR_WHITE, "Networking code & basic GDB functionality by Stary");
|
||||
@ -81,7 +81,7 @@ void RosalinaMenu_ShowCredits(void)
|
||||
Draw_DrawString(10, posY, COLOR_WHITE,
|
||||
(
|
||||
"Special thanks to:\n"
|
||||
" Bond697, WinterMute, yifanlu,\n"
|
||||
" Bond697, WinterMute, piepie62, yifanlu\n"
|
||||
" Luma3DS contributors, ctrulib contributors,\n"
|
||||
" other people"
|
||||
));
|
||||
|
Reference in New Issue
Block a user