mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-31 01:57:11 +02:00
Move solution and projects to src
This commit is contained in:
parent
cd124bda58
commit
cee7121058
3466 changed files with 55 additions and 55 deletions
17
src/ARMeilleure/State/PState.cs
Normal file
17
src/ARMeilleure/State/PState.cs
Normal file
|
@ -0,0 +1,17 @@
|
|||
namespace ARMeilleure.State
|
||||
{
|
||||
public enum PState
|
||||
{
|
||||
TFlag = 5,
|
||||
EFlag = 9,
|
||||
GE0Flag = 16,
|
||||
GE1Flag = 17,
|
||||
GE2Flag = 18,
|
||||
GE3Flag = 19,
|
||||
QFlag = 27,
|
||||
VFlag = 28,
|
||||
CFlag = 29,
|
||||
ZFlag = 30,
|
||||
NFlag = 31
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue