aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Core/OsHle/Services/Am/AmErr.cs
blob: be1658742b89f705f1f6c494e90e689764e9558b (plain)
1
2
3
4
5
6
7
namespace Ryujinx.Core.OsHle.IpcServices.Am
{
    static class AmErr
    {
        public const int NoMessages = 3;
    }
}