namespace Ryujinx.Core.OsHle.IpcServices.Am
{
    static class AmErr
    {
        public const int NoMessages = 3;
    }
}