9 lines
129 B
C#

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