mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-24 00:40:53 -05: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