mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-12-29 18:08:46 +00:00
fix
This commit is contained in:
parent
231fb01dc1
commit
2029638be9
@ -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…
x
Reference in New Issue
Block a user