Skip to content

Commit

Permalink
Minor string adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
joel16 committed Sep 5, 2016
1 parent 8b0f2fd commit 7a36f13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,12 @@ void getScreenType()
bool isNew3DS = 0;
APT_CheckNew3DS(&isNew3DS);

printf("\x1b[31m*\x1b[0m Screen Info: ");

if (isNew3DS)
{
u8 screens = 0;
GSPLCD_GetVendors(&screens);
printf("\x1b[31m*\x1b[0m Screen Info: ");
switch ((screens >> 4) & 0xF)
{
case 1:
Expand Down

0 comments on commit 7a36f13

Please sign in to comment.