mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-30 23:27:11 +02:00
audren: implement Renderer Info output informations (#1179)
This implement the rendering information output informations of RequestUpdate. This is needed by some games to keep track of the count of update on the DSP.
This commit is contained in:
parent
806e1c2b77
commit
73ca60676a
3 changed files with 34 additions and 0 deletions
|
@ -21,5 +21,10 @@ namespace Ryujinx.HLE.Utilities
|
|||
|
||||
Position += Marshal.SizeOf<T>();
|
||||
}
|
||||
|
||||
public void SkipBytes(long count)
|
||||
{
|
||||
Position += count;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue