Move solution and projects to src
This commit is contained in:
9
src/Ryujinx.HLE/HOS/Applets/Browser/WebArgHeader.cs
Normal file
9
src/Ryujinx.HLE/HOS/Applets/Browser/WebArgHeader.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Ryujinx.HLE.HOS.Applets.Browser
|
||||
{
|
||||
public struct WebArgHeader
|
||||
{
|
||||
public ushort Count;
|
||||
public ushort Padding;
|
||||
public ShimKind ShimKind;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user