Fix analysis and style formatting errors #31

Closed
qurious-pixel wants to merge 6 commits from patch-1 into master
Showing only changes of commit d3282a47b2 - Show all commits

View File

@ -98,7 +98,7 @@ namespace Ryujinx.UI.Common.Helper
if (baseApplicationExtension is not (".nro" or ".nso")) if (baseApplicationExtension is not (".nro" or ".nso"))
return IsFirmwareValid(contentManager, out error); return IsFirmwareValid(contentManager, out error);
error = UserError.Success; // error = UserError.Success;
} }
error = UserError.ApplicationNotFound; error = UserError.ApplicationNotFound;