diff options
Diffstat (limited to 'Ryujinx.HLE/HOS/Applets/Browser/WebCommonReturnValue.cs')
| -rw-r--r-- | Ryujinx.HLE/HOS/Applets/Browser/WebCommonReturnValue.cs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Ryujinx.HLE/HOS/Applets/Browser/WebCommonReturnValue.cs b/Ryujinx.HLE/HOS/Applets/Browser/WebCommonReturnValue.cs new file mode 100644 index 00000000..aab7a86b --- /dev/null +++ b/Ryujinx.HLE/HOS/Applets/Browser/WebCommonReturnValue.cs @@ -0,0 +1,10 @@ +namespace Ryujinx.HLE.HOS.Applets.Browser +{ + public unsafe struct WebCommonReturnValue + { + public WebExitReason ExitReason; + public uint Padding; + public fixed byte LastUrl[0x1000]; + public ulong LastUrlSize; + } +} |
