From cee712105850ac3385cd0091a923438167433f9f Mon Sep 17 00:00:00 2001 From: TSR Berry <20988865+TSRBerry@users.noreply.github.com> Date: Sat, 8 Apr 2023 01:22:00 +0200 Subject: Move solution and projects to src --- Ryujinx.HLE/HOS/Applets/Browser/WebArgTLV.cs | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 Ryujinx.HLE/HOS/Applets/Browser/WebArgTLV.cs (limited to 'Ryujinx.HLE/HOS/Applets/Browser/WebArgTLV.cs') diff --git a/Ryujinx.HLE/HOS/Applets/Browser/WebArgTLV.cs b/Ryujinx.HLE/HOS/Applets/Browser/WebArgTLV.cs deleted file mode 100644 index f6c1e5ae..00000000 --- a/Ryujinx.HLE/HOS/Applets/Browser/WebArgTLV.cs +++ /dev/null @@ -1,9 +0,0 @@ -namespace Ryujinx.HLE.HOS.Applets.Browser -{ - public struct WebArgTLV - { - public ushort Type; - public ushort Size; - public uint Padding; - } -} -- cgit v1.2.3