mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-28 04:40:47 -07:00
7 lines
132 B
C#
7 lines
132 B
C#
namespace Ryujinx.HLE.HOS.Services.Acc
|
|
{
|
|
internal static class AccErr
|
|
{
|
|
public const int UserNotFound = 100;
|
|
}
|
|
} |