mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2025-12-23 02:42:41 +00:00
Move solution and projects to src
This commit is contained in:
10
src/Ryujinx.HLE/HOS/Services/SurfaceFlinger/ParcelHeader.cs
Normal file
10
src/Ryujinx.HLE/HOS/Services/SurfaceFlinger/ParcelHeader.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Ryujinx.HLE.HOS.Services.SurfaceFlinger
|
||||
{
|
||||
struct ParcelHeader
|
||||
{
|
||||
public uint PayloadSize;
|
||||
public uint PayloadOffset;
|
||||
public uint ObjectsSize;
|
||||
public uint ObjectOffset;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user