mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-03-11 17:44:23 +00:00
9 lines
92 B
C#
9 lines
92 B
C#
![]() |
namespace ChocolArm64.State
|
||
|
{
|
||
|
enum Fpsr
|
||
|
{
|
||
|
Ufc = 3,
|
||
|
Qc = 27
|
||
|
}
|
||
|
}
|