aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Services/Apm/PerformanceMode.cs
blob: c4ab3cf2d2e2f2707bfebce0a7b77846a3cccf0a (plain) (blame)
1
2
3
4
5
6
7
8
namespace Ryujinx.HLE.HOS.Services.Apm
{
    enum PerformanceMode
    {
        Handheld = 0,
        Docked   = 1
    }
}