mirror of
https://github.com/KeatonTheBot/Ryujinx.git
synced 2026-04-29 05:33:03 +00:00
8 lines
129 B
C#
8 lines
129 B
C#
namespace Ryujinx.Core.OsHle.Services.Apm
|
|
{
|
|
enum PerformanceMode
|
|
{
|
|
Handheld = 0,
|
|
Docked = 1
|
|
}
|
|
}
|