9 lines
183 B
C#
9 lines
183 B
C#
namespace Ryujinx.HLE.HOS.Applets.Browser
|
|
{
|
|
public struct WebArgHeader
|
|
{
|
|
public ushort Count;
|
|
public ushort Padding;
|
|
public ShimKind ShimKind;
|
|
}
|
|
}
|