forked from Mirror/GodMode9
fix install destination logic
This commit is contained in:
parent
214edfc399
commit
24d2a4ea5b
@ -2155,7 +2155,7 @@ u32 InstallGameFile(const char* path, bool to_emunand, bool force_nand) {
|
|||||||
if (!tid64) return 1;
|
if (!tid64) return 1;
|
||||||
if (((tid64 >> 32) & 0x8000) || (filetype & GAME_NDS))
|
if (((tid64 >> 32) & 0x8000) || (filetype & GAME_NDS))
|
||||||
to_twl = true;
|
to_twl = true;
|
||||||
else if (!((tid64 >> 32) & 0x10) || !force_nand)
|
else if (!((tid64 >> 32) & 0x10) && !force_nand)
|
||||||
to_sd = true;
|
to_sd = true;
|
||||||
|
|
||||||
// does the title.db exist?
|
// does the title.db exist?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user