mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2025-12-17 07:52:42 +00:00
Move solution and projects to src
This commit is contained in:
11
src/ARMeilleure/CodeGen/Unwinding/UnwindPseudoOp.cs
Normal file
11
src/ARMeilleure/CodeGen/Unwinding/UnwindPseudoOp.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace ARMeilleure.CodeGen.Unwinding
|
||||
{
|
||||
enum UnwindPseudoOp
|
||||
{
|
||||
PushReg = 0,
|
||||
SetFrame = 1,
|
||||
AllocStack = 2,
|
||||
SaveReg = 3,
|
||||
SaveXmm128 = 4
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user