mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-27 18:52:22 -05:00
implement isession:getperformanceconfiguration (#64)
This commit is contained in:
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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user