Give priority on unlaunch path on the sd over the nitro one

This commit is contained in:
Edoardo Lolletti 2024-07-13 19:46:57 +02:00
parent 739a5ab467
commit 54e6c23277

View File

@ -262,12 +262,12 @@ int main(int argc, char **argv)
"Installing unlaunch won't be possible."); "Installing unlaunch won't be possible.");
} }
} }
if (fileExists("sd:/unlaunch-patch.bin")) {
if(fileExists("nitro:/unlaunch-patch.bin")) splashSoundBinaryPatchPath = "sd:/unlaunch-patch.bin";
}
else if(fileExists("nitro:/unlaunch-patch.bin"))
{ {
splashSoundBinaryPatchPath = "nitro:/unlaunch-patch.bin"; splashSoundBinaryPatchPath = "nitro:/unlaunch-patch.bin";
} else if (fileExists("sd:/unlaunch-patch.bin")) {
splashSoundBinaryPatchPath = "sd:/unlaunch-patch.bin";
} }
//check for unlaunch and region //check for unlaunch and region