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