mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2024-12-02 11:47:18 +01: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;
|
|||
|
}
|
|||
|
}
|