Fix LDj3SNuD's comments

This commit is contained in:
Thog 2020-01-10 22:12:48 +01:00
commit 39d40ecf4e
No known key found for this signature in database
GPG key ID: 0CD291558FAFDBC6

View file

@ -523,7 +523,6 @@ namespace Ryujinx.HLE.FileSystem.Content
{ {
throw new InvalidFirmwarePackageException("Update not found in xci file."); throw new InvalidFirmwarePackageException("Update not found in xci file.");
} }
default: default:
break; break;
} }
@ -684,7 +683,7 @@ namespace Ryujinx.HLE.FileSystem.Content
} }
} }
throw new InvalidFirmwarePackageException($"Firmware package contains unrelated archives. Please remove these paths: \n{extraNcas}"); throw new InvalidFirmwarePackageException($"Firmware package contains unrelated archives. Please remove these paths: {Environment.NewLine}{extraNcas}");
} }
} }
else else
@ -815,7 +814,7 @@ namespace Ryujinx.HLE.FileSystem.Content
} }
} }
throw new InvalidFirmwarePackageException($"Firmware package contains unrelated archives. Please remove these paths: \n{extraNcas}"); throw new InvalidFirmwarePackageException($"Firmware package contains unrelated archives. Please remove these paths: {Environment.NewLine}{extraNcas}");
} }
return systemVersion; return systemVersion;