mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-08-30 07:25:05 +00:00
info IDE0059
This commit is contained in:
parent
c1ace5c5e1
commit
116fe1d577
1 changed files with 4 additions and 2 deletions
|
|
@ -98,12 +98,14 @@ namespace Ryujinx.UI.Common.Helper
|
|||
if (baseApplicationExtension is not (".nro" or ".nso"))
|
||||
return IsFirmwareValid(contentManager, out error);
|
||||
|
||||
// error = UserError.Success;
|
||||
error = UserError.Success;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
error = UserError.ApplicationNotFound;
|
||||
|
||||
return error is UserError.Success;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue