mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-02 03:52:25 -07:00
Rewrite size for fixed size buffers (#1808)
This commit is contained in:
@@ -30,6 +30,11 @@ namespace Ryujinx.HLE.HOS.Ipc
|
||||
Size = (ushort)(word0 >> 16);
|
||||
}
|
||||
|
||||
public IpcPtrBuffDesc WithSize(long size)
|
||||
{
|
||||
return new IpcPtrBuffDesc(Position, Index, size);
|
||||
}
|
||||
|
||||
public uint GetWord0()
|
||||
{
|
||||
uint word0;
|
||||
|
Reference in New Issue
Block a user