Skip to content

Commit

Permalink
Changed version string on rosalina menu
Browse files Browse the repository at this point in the history
  • Loading branch information
cooolgamer committed May 27, 2024
1 parent a9ef93c commit 315c093
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sysmodules/rosalina/source/menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -471,9 +471,9 @@ static void menuDraw(Menu *menu, u32 selected)
Draw_DrawFormattedString(SCREEN_BOT_WIDTH - 10 - SPACING_X * 19, SCREEN_BOT_HEIGHT - 20, COLOR_WHITE, "%19s", "");

if(isRelease)
Draw_DrawFormattedString(10, SCREEN_BOT_HEIGHT - 20, COLOR_TITLE, "Starlight3DS %s", versionString);
Draw_DrawFormattedString(10, SCREEN_BOT_HEIGHT - 30, COLOR_TITLE, "Starlight3DS\nBased on Luma3DS %s", versionString);
else
Draw_DrawFormattedString(10, SCREEN_BOT_HEIGHT - 20, COLOR_TITLE, "Starlight3DS %s-%08lx", versionString, commitHash);
Draw_DrawFormattedString(10, SCREEN_BOT_HEIGHT - 30, COLOR_TITLE, "Starlight3DS\nBased on Luma3DS %s-%08lx", versionString, commitHash);

Draw_FlushFramebuffer();
}
Expand Down

0 comments on commit 315c093

Please sign in to comment.