mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-02-06 09:39:44 +00:00
7 lines
No EOL
125 B
C#
7 lines
No EOL
125 B
C#
namespace Ryujinx.HLE.OsHle.Services.Acc
|
|
{
|
|
static class AccErr
|
|
{
|
|
public const int UserNotFound = 100;
|
|
}
|
|
} |