1 2 3 4 5 6 7 8 9 10
namespace Ryujinx.Horizon.Bcat.Types { enum BcatServicePermissionLevel { Admin = -1, User = 1, System = 2, Manager = 6, } }