0
0
Fork 0
mirror of https://github.com/GreemDev/Ryujinx.git synced 2024-12-26 07:15:48 +00:00
Ryujinx/Ryujinx.HLE/OsHle/Services/Acc/AccErr.cs

7 lines
125 B
C#
Raw Normal View History

namespace Ryujinx.HLE.OsHle.Services.Acc
{
static class AccErr
{
public const int UserNotFound = 100;
}
}