info IDE0059

Unnecessary assignment of a value to 'error'
This commit is contained in:
qurious-pixel 2024-10-21 13:40:17 -07:00 committed by GitHub
parent 335012d91c
commit d3282a47b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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