Move solution and projects to src
This commit is contained in:
parent
cd124bda58
commit
cee7121058
3466 changed files with 55 additions and 55 deletions
|
@ -1,17 +0,0 @@
|
|||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace Ryujinx.HLE.HOS.Applets.Error
|
||||
{
|
||||
[StructLayout(LayoutKind.Sequential, Pack = 1)]
|
||||
struct ErrorCommonHeader
|
||||
{
|
||||
public ErrorType Type;
|
||||
public byte JumpFlag;
|
||||
public byte ReservedFlag1;
|
||||
public byte ReservedFlag2;
|
||||
public byte ReservedFlag3;
|
||||
public byte ContextFlag;
|
||||
public byte MessageFlag;
|
||||
public byte ContextFlag2;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue