aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Applets/Browser/WebArgTLV.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ryujinx.HLE/HOS/Applets/Browser/WebArgTLV.cs')
-rw-r--r--src/Ryujinx.HLE/HOS/Applets/Browser/WebArgTLV.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Ryujinx.HLE/HOS/Applets/Browser/WebArgTLV.cs b/src/Ryujinx.HLE/HOS/Applets/Browser/WebArgTLV.cs
new file mode 100644
index 00000000..f6c1e5ae
--- /dev/null
+++ b/src/Ryujinx.HLE/HOS/Applets/Browser/WebArgTLV.cs
@@ -0,0 +1,9 @@
+namespace Ryujinx.HLE.HOS.Applets.Browser
+{
+ public struct WebArgTLV
+ {
+ public ushort Type;
+ public ushort Size;
+ public uint Padding;
+ }
+}