Skip to content

Commit

Permalink
R4 theme: Don't need this
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed May 14, 2019
1 parent 59f4113 commit 478017c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion romsel_r4theme/arm9/source/main.cpp
Expand Up @@ -957,7 +957,6 @@ int main(int argc, char **argv) {
if ((consoleModel < 2 && previousUsedDevice && bothSDandFlashcard() && launchType == 2 && access(dsiWarePubPath.c_str(), F_OK) == 0)
|| (consoleModel < 2 && previousUsedDevice && bothSDandFlashcard() && launchType == 2 && access(dsiWarePrvPath.c_str(), F_OK) == 0))
{
SetBrightness(1, 31);
controlTopBright = false;
whiteScreen = true;
fadeType = true; // Fade in from white
Expand Down

0 comments on commit 478017c

Please sign in to comment.