mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-03-15 06:10:18 +00:00
fixup
This commit is contained in:
parent
ee04047e9c
commit
1d08095c97
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ namespace Ryujinx.Core.OsHle.Services.Am
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
public ulong InitializeGameplayRecording(ServiceCtx Context)
|
public long InitializeGameplayRecording(ServiceCtx Context)
|
||||||
{
|
{
|
||||||
//TODO: Stubbed
|
//TODO: Stubbed
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue