1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-11-17 23:16:38 +00:00
This commit is contained in:
Marco Carvalho 2024-04-07 16:16:06 -03:00
parent 231fb01dc1
commit 2029638be9

View file

@ -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" },