Skip to content

Commit

Permalink
don't error on nitroFS fail
Browse files Browse the repository at this point in the history
  • Loading branch information
headshot2017 committed Jul 7, 2024
1 parent 777eaa2 commit fa4e263
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arm9/src/winmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ int winmain::WinMain(LPCSTR lpCmdLine)
if (!fatInitDefault())
PrintFatalError("fatInitDefault() failed\nPlease check your SD card.\n");

if (!nitroFSInit(0))
PrintFatalError("nitroFSInit() failed\nMusic will not be available.");
nitroFSInit(0);

// Set the base path for PINBALL.DAT

Expand Down

0 comments on commit fa4e263

Please sign in to comment.