Skip to content

Commit

Permalink
make top screen black when an error occurs
Browse files Browse the repository at this point in the history
  • Loading branch information
FlameKat53 authored Apr 3, 2019
1 parent ddf47f0 commit c4c033a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arm9/source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ int main(int argc, char **argv) {
std::string bootRight = "/_nds/extras/bootRight.nds";
std::string bootSelect = "/_nds/extras/bootSelect.nds";
std::string bootDefault = "/boot.nds";


videoSetMode(MODE_0_2D);
videoSetModeSub(MODE_0_2D);
vramSetBankH(VRAM_H_SUB_BG);
consoleInit(NULL, 1, BgType_Text4bpp, BgSize_T_256x256, 15, 0, false, true);
Expand Down

0 comments on commit c4c033a

Please # to comment.