mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-22 06:32:05 +00:00
8 lines
129 B
C#
8 lines
129 B
C#
namespace Ryujinx.Core.OsHle.Services.Apm
|
|
{
|
|
enum PerformanceMode
|
|
{
|
|
Handheld = 0,
|
|
Docked = 1
|
|
}
|
|
}
|