mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-02-05 17:46:28 +01:00
10 lines
176 B
C#
10 lines
176 B
C#
|
namespace Ryujinx.HLE.HOS.Applets.Browser
|
|||
|
{
|
|||
|
public struct WebArgTLV
|
|||
|
{
|
|||
|
public ushort Type;
|
|||
|
public ushort Size;
|
|||
|
public uint Padding;
|
|||
|
}
|
|||
|
}
|