convert method to long

This commit is contained in:
greggameplayer 2018-06-22 05:00:07 +02:00 committed by GitHub
parent 2edb8e5582
commit dd54e684fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>)