mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-07-03 01:29:05 +00:00
stubs (#69)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user