mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-01-19 17:00:32 +00:00
10 lines
150 B
C#
10 lines
150 B
C#
namespace ARMeilleure.State
|
|
{
|
|
public enum FPState
|
|
{
|
|
VFlag = 28,
|
|
CFlag = 29,
|
|
ZFlag = 30,
|
|
NFlag = 31
|
|
}
|
|
}
|