1 namespace Ryujinx.HLE.HOS.Applets.Browser 2 { 3 public struct WebArgHeader 4 { 5 public ushort Count; 6 public ushort Padding; 7 public ShimKind ShimKind; 8 } 9 }