Ryujinx-ChocolArm64/State/Fpsr.cs

9 lines
92 B
C#

namespace ChocolArm64.State
{
enum Fpsr
{
Ufc = 3,
Qc = 27
}
}