add params of InitializeGamePlayRecording

This commit is contained in:
greggameplayer 2018-06-12 18:47:55 +02:00 committed by GitHub
parent 0d066d98c9
commit fe410219c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,6 +100,9 @@ namespace Ryujinx.HLE.OsHle.Services.Am
public long InitializeGamePlayRecording(ServiceCtx Context)
{
//TODO: add a TransferMemory Handle
long Size = Context.RequestData.ReadInt64();
Context.Ns.Log.PrintStub(LogClass.ServiceAm, "Stubbed.");
return 0;