mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-09-06 04:56:26 -05:00
aloha
This commit is contained in:
13
Ryujinx/OsHle/Objects/ApmISession.cs
Normal file
13
Ryujinx/OsHle/Objects/ApmISession.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace Ryujinx.OsHle.Objects
|
||||
{
|
||||
class ApmISession
|
||||
{
|
||||
public static long SetPerformanceConfiguration(ServiceCtx Context)
|
||||
{
|
||||
int PerfMode = Context.RequestData.ReadInt32();
|
||||
int PerfConfig = Context.RequestData.ReadInt32();
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user