mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2026-02-20 02:48:51 +00:00
fix
This commit is contained in:
parent
231fb01dc1
commit
2029638be9
@ -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…
x
Reference in New Issue
Block a user