mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-23 21:47:10 +02:00
9 lines
190 B
C#
9 lines
190 B
C#
namespace Ryujinx.HLE.HOS.Applets.Browser
|
|
{
|
|
public struct WebArgHeader
|
|
{
|
|
public ushort Count;
|
|
public ushort Padding;
|
|
public ShimKind ShimKind;
|
|
}
|
|
}
|