mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-17 21:26:38 +00:00
fix
This commit is contained in:
parent
231fb01dc1
commit
2029638be9
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ namespace Ryujinx.Horizon.Common
|
|||
static class ResultNames
|
||||
{
|
||||
// Reference: https://github.com/Thealexbarney/LibHac/blob/master/build/CodeGen/results.csv
|
||||
private static readonly Dictionary<int, string> _names = new Dictionary<int, string>()
|
||||
private static readonly Dictionary<int, string> _names = new()
|
||||
{
|
||||
{ 0x0, "Success" },
|
||||
{ 0xE01, "OutOfSessions" },
|
||||
|
|
Loading…
Reference in a new issue