mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2026-05-19 23:11:43 +00:00
8 lines
128 B
C#
8 lines
128 B
C#
namespace Ryujinx.HLE.OsHle.Services.Apm
|
|
{
|
|
enum PerformanceMode
|
|
{
|
|
Handheld = 0,
|
|
Docked = 1
|
|
}
|
|
}
|