From fa4e263a8d8de44804cdb6769345503b83b572b2 Mon Sep 17 00:00:00 2001 From: headshot2017 Date: Sun, 7 Jul 2024 19:39:33 -0400 Subject: [PATCH] don't error on nitroFS fail --- arm9/src/winmain.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arm9/src/winmain.cpp b/arm9/src/winmain.cpp index cff2930..244b8b8 100644 --- a/arm9/src/winmain.cpp +++ b/arm9/src/winmain.cpp @@ -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