mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-08-30 07:25:05 +00:00
info IDE0059
Unnecessary assignment of a value to 'error'
This commit is contained in:
parent
335012d91c
commit
d3282a47b2
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue