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