mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-26 07:40:06 +02:00
9 lines
129 B
C#
9 lines
129 B
C#
namespace Ryujinx.Core.OsHle.Services.Apm
|
|
{
|
|
enum PerformanceMode
|
|
{
|
|
Handheld = 0,
|
|
Docked = 1
|
|
}
|
|
}
|