mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-05-06 17:47:44 +02:00
8 lines
128 B
C#
8 lines
128 B
C#
namespace Ryujinx.HLE.OsHle.Services.Apm
|
|
{
|
|
enum PerformanceMode
|
|
{
|
|
Handheld = 0,
|
|
Docked = 1
|
|
}
|
|
}
|