mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-24 07:27:10 +02: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;
|
|
}
|
|
} |