mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-25 18:57:52 +02:00
9 lines
128 B
C#
9 lines
128 B
C#
namespace Ryujinx.HLE.OsHle.Services.Apm
|
|
{
|
|
enum PerformanceMode
|
|
{
|
|
Handheld = 0,
|
|
Docked = 1
|
|
}
|
|
}
|