Use concrete types when possible for improved performance
This commit is contained in:
@@ -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 IReadOnlyDictionary<int, string> _names = new Dictionary<int, string>()
|
||||
private static readonly Dictionary<int, string> _names = new Dictionary<int, string>()
|
||||
{
|
||||
{ 0x0, "Success" },
|
||||
{ 0xE01, "OutOfSessions" },
|
||||
|
||||
Reference in New Issue
Block a user