mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-01-02 14:03:04 +00:00
convert method to long
This commit is contained in:
parent
2edb8e5582
commit
dd54e684fe
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ namespace Ryujinx.HLE.OsHle.Services.Aud
|
|||
return RequestUpdateAudioRendererMethod(Context, Context.Request.GetBufferType0x21().Position);
|
||||
}
|
||||
|
||||
public void RequestUpdateAudioRendererMethod(ServiceCtx Context, long Position)
|
||||
public long RequestUpdateAudioRendererMethod(ServiceCtx Context, long Position)
|
||||
{
|
||||
//(buffer<unknown, 5, 0>) -> (buffer<unknown, 6, 0>, buffer<unknown, 6, 0>)
|
||||
|
||||
|
|
Loading…
Reference in a new issue