WebArgTLV.cs 176 B

123456789
  1. namespace Ryujinx.HLE.HOS.Applets.Browser
  2. {
  3. public struct WebArgTLV
  4. {
  5. public ushort Type;
  6. public ushort Size;
  7. public uint Padding;
  8. }
  9. }