Skip to content

Commit

Permalink
Update config.c
Browse files Browse the repository at this point in the history
  • Loading branch information
TuxSH committed Aug 15, 2016
1 parent eef30ce commit a381c2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ void configureCFW(const char *configPath)
drawString(CONFIG_TITLE, 10, 10, COLOR_TITLE);
drawString("Press A to select, START to save", 10, 30, COLOR_WHITE);

const char *multiOptionsText[] = { "Screen-init brightness: 4( ) 3( ) 2( ) 1( )",
const char *multiOptionsText[] = { "Screen brightness: 4( ) 3( ) 2( ) 1( )",
"New 3DS CPU: Off( ) Clock( ) L2( ) Clock+L2( )" };

const char *singleOptionsText[] = { "( ) Autoboot SysNAND",
Expand All @@ -51,7 +51,7 @@ void configureCFW(const char *configPath)
int posY;
u32 enabled;
} multiOptions[] = {
{ .posXs = {26, 32, 38, 44} },
{ .posXs = {21, 26, 31, 36} },
{ .posXs = {17, 26, 32, 44} }
};

Expand Down

0 comments on commit a381c2a

Please sign in to comment.