Stub SetGameplayRecordingState

This commit is contained in:
Melissa Goad 2018-04-19 00:09:10 -05:00
parent 1d08095c97
commit eba305fd3d

View file

@ -20,6 +20,7 @@ namespace Ryujinx.Core.OsHle.Services.Am
{ 22, SetTerminateResult },
{ 40, NotifyRunning },
{ 66, InitializeGameplayRecording },
{ 67, SetGameplayRecordingState },
};
}
@ -82,6 +83,13 @@ namespace Ryujinx.Core.OsHle.Services.Am
return 0;
}
public long SetGameplayRecordingState(ServiceCtx Context)
{
//TODO: Stubbed
return 0;
}
private byte[] MakeLaunchParams()
{
//Size needs to be at least 0x88 bytes otherwise application errors.