diff --git a/programs/nstool/source/UserSettings.cpp b/programs/nstool/source/UserSettings.cpp index 494810f..988ab58 100644 --- a/programs/nstool/source/UserSettings.cpp +++ b/programs/nstool/source/UserSettings.cpp @@ -565,7 +565,7 @@ FileType UserSettings::getFileTypeFromString(const std::string& type_str) FileType type; if (str == "xci") type = FILE_XCI; - else if (str == "nsp") // may become its own + else if (str == "nsp") type = FILE_NSP; else if (str == "partitionfs" || str == "hashedpartitionfs" \ || str == "pfs" || str == "pfs0" \