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;
|
|||
|
}
|
|||
|
}
|