namespace Ryujinx.HLE.HOS.Services.Apm { internal enum PerformanceMode { Handheld = 0, Docked = 1 } }