mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-24 15:37:10 +02:00
implement isession:getperformanceconfiguration (#64)
This commit is contained in:
parent
423ae5d889
commit
0d2f073152
3 changed files with 39 additions and 3 deletions
8
Ryujinx.Core/OsHle/Services/Apm/PerformanceMode.cs
Normal file
8
Ryujinx.Core/OsHle/Services/Apm/PerformanceMode.cs
Normal file
|
@ -0,0 +1,8 @@
|
|||
namespace Ryujinx.Core.OsHle.Services.Apm
|
||||
{
|
||||
enum PerformanceMode
|
||||
{
|
||||
Handheld = 0,
|
||||
Docked = 1
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue