mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-08 21:48:39 +00:00
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;
|
|||
|
}
|
|||
|
}
|