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