aloha
This commit is contained in:
commit
b7e1d9930d
230 changed files with 17548 additions and 0 deletions
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;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue