Skip to content

Commit cd4a699

Browse files
committed
Remove no-longer-needed SD swap feature
1 parent 8a478ab commit cd4a699

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

booter/arm9/source/main.cpp

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -81,26 +81,6 @@ int main(int argc, char **argv) {
8181

8282
bool graphicsInited = false;
8383

84-
scanKeys();
85-
if(keysHeld() & KEY_RIGHT) {
86-
if(!graphicsInited) {
87-
graphicsInit();
88-
fontInit();
89-
graphicsInited = true;
90-
fadeType = true;
91-
}
92-
printSmall(false, 4, 4, "Please remove your SD Card,");
93-
printSmall(false, 4, 12, "and insert one containing the");
94-
printSmall(false, 4, 20, "NDS ROMs and DSiMenu++.");
95-
printSmall(false, 4, 36, "After inserting it, press START");
96-
printSmall(false, 4, 44, "to proceed.");
97-
while(1) {
98-
scanKeys();
99-
if(keysHeld() & KEY_START) break;
100-
swiWaitForVBlank();
101-
}
102-
}
103-
10484
if (!fatInitDefault()) {
10585
if(!graphicsInited) {
10686
graphicsInit();

0 commit comments

Comments
 (0)