mirror of
https://github.com/rvtr/unlaunch-installer_dev.git
synced 2026-01-26 13:43:08 -05:00
Give priority on unlaunch path on the sd over the nitro one
This commit is contained in:
parent
739a5ab467
commit
54e6c23277
@ -262,12 +262,12 @@ int main(int argc, char **argv)
|
||||
"Installing unlaunch won't be possible.");
|
||||
}
|
||||
}
|
||||
|
||||
if(fileExists("nitro:/unlaunch-patch.bin"))
|
||||
if (fileExists("sd:/unlaunch-patch.bin")) {
|
||||
splashSoundBinaryPatchPath = "sd:/unlaunch-patch.bin";
|
||||
}
|
||||
else if(fileExists("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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user