diff options
Diffstat (limited to 'Ryujinx.HLE/HOS/Applets/Browser/WebCommonReturnValue.cs')
| -rw-r--r-- | Ryujinx.HLE/HOS/Applets/Browser/WebCommonReturnValue.cs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Ryujinx.HLE/HOS/Applets/Browser/WebCommonReturnValue.cs b/Ryujinx.HLE/HOS/Applets/Browser/WebCommonReturnValue.cs deleted file mode 100644 index 9f7eae70..00000000 --- a/Ryujinx.HLE/HOS/Applets/Browser/WebCommonReturnValue.cs +++ /dev/null @@ -1,12 +0,0 @@ -using Ryujinx.Common.Memory; - -namespace Ryujinx.HLE.HOS.Applets.Browser -{ - public struct WebCommonReturnValue - { - public WebExitReason ExitReason; - public uint Padding; - public ByteArray4096 LastUrl; - public ulong LastUrlSize; - } -} |
