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
|
static class ResultNames
|
||||||
{
|
{
|
||||||
// Reference: https://github.com/Thealexbarney/LibHac/blob/master/build/CodeGen/results.csv
|
// 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" },
|
{ 0x0, "Success" },
|
||||||
{ 0xE01, "OutOfSessions" },
|
{ 0xE01, "OutOfSessions" },
|
||||||
|
|
Loading…
Reference in a new issue