Skip to content

Commit d034bc6

Browse files
fix
1 parent e8939fa commit d034bc6

4 files changed

Lines changed: 2 additions & 3 deletions

File tree

output/cinnamon.3dsx

60 MB
Binary file not shown.

output/cinnamon.cia

-2 KB
Binary file not shown.

romfs/data.win

60 MB
Binary file not shown.

src/n3ds/main.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,6 @@ int main(int argc, char* argv[]) {
387387
}
388388

389389
// ===[ Graphics init — done BEFORE DataWin_parse so we can show a loading bar ]===
390-
//romfsInit();
391390
gfxInitDefault();
392391
C3D_Init(C3D_DEFAULT_CMDBUF_SIZE);
393392
C2D_Init(C2D_DEFAULT_MAX_OBJECTS);
@@ -585,8 +584,8 @@ int main(int argc, char* argv[]) {
585584
}
586585
*/
587586

588-
// Initalize romfs access
589-
// (romfsInit was already called before DataWin_parse for the loading bar)
587+
// Initalize sdmc access
588+
// (sdmcInit was already called before DataWin_parse for the loading bar)
590589

591590
// gfxInitDefault / C3D_Init / C2D_Init / C2D_Prepare / consoleInit were
592591
// already called before DataWin_parse so the loading bar could be shown.

0 commit comments

Comments
 (0)