stubs (#69)
This commit is contained in:
parent
e16ca561cb
commit
836a003c8e
8 changed files with 59 additions and 4 deletions
|
@ -56,7 +56,7 @@ namespace Ryujinx.Core.OsHle.Services.Am
|
|||
|
||||
public long GetPerformanceMode(ServiceCtx Context)
|
||||
{
|
||||
Context.ResponseData.Write((byte)0);
|
||||
Context.ResponseData.Write((byte)Apm.PerformanceMode.Handheld);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue