aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Services/Lr/LrErr.cs
blob: 5c87b73be6ebd989ebd0dc604ba999c7643747e6 (plain) (blame)
1
2
3
4
5
6
7
8
namespace Ryujinx.HLE.HOS.Services.Lr
{
    class LrErr
    {
        public const int ProgramLocationEntryNotFound = 2;
        public const int AccessDenied                 = 5;
    }
}