1 namespace Ryujinx.HLE.HOS.Services.Vi.Types 2 { 3 enum ViServiceType 4 { 5 Application, 6 Manager, 7 System, 8 } 9 }