[nstool] Misc

This commit is contained in:
jakcron 2018-05-22 10:30:52 +08:00
parent 24437935e7
commit d4a5bacceb

View file

@ -565,7 +565,7 @@ FileType UserSettings::getFileTypeFromString(const std::string& type_str)
FileType type; FileType type;
if (str == "xci") if (str == "xci")
type = FILE_XCI; type = FILE_XCI;
else if (str == "nsp") // may become its own else if (str == "nsp")
type = FILE_NSP; type = FILE_NSP;
else if (str == "partitionfs" || str == "hashedpartitionfs" \ else if (str == "partitionfs" || str == "hashedpartitionfs" \
|| str == "pfs" || str == "pfs0" \ || str == "pfs" || str == "pfs0" \