add a stubbed print
This commit is contained in:
parent
161b34c68a
commit
d60932ad17
1 changed files with 2 additions and 0 deletions
|
@ -127,6 +127,8 @@ namespace Ryujinx.HLE.OsHle.Services.Am
|
|||
public long SetScreenShotImageOrientation(ServiceCtx Context)
|
||||
{
|
||||
int Orientation = Context.RequestData.ReadInt32();
|
||||
|
||||
Context.Ns.Log.PrintStub(LogClass.ServiceAm, "Stubbed.");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue