mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-01-10 12:49:13 +00:00
7 lines
125 B
C#
7 lines
125 B
C#
|
namespace Ryujinx.HLE.OsHle.Services.Acc
|
||
|
{
|
||
|
static class AccErr
|
||
|
{
|
||
|
public const int UserNotFound = 100;
|
||
|
}
|
||
|
}
|