mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-24 09:00:55 -05:00
11 lines
225 B
C#
11 lines
225 B
C#
namespace Ryujinx.HLE.HOS.Services.SurfaceFlinger
|
|
{
|
|
struct ParcelHeader
|
|
{
|
|
public uint PayloadSize;
|
|
public uint PayloadOffset;
|
|
public uint ObjectsSize;
|
|
public uint ObjectOffset;
|
|
}
|
|
}
|