mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-03-11 17:44:23 +00:00
12 lines
157 B
C#
12 lines
157 B
C#
![]() |
namespace ChocolArm64.State
|
||
|
{
|
||
|
enum FPCR
|
||
|
{
|
||
|
UFE = 11,
|
||
|
RMode = 22,
|
||
|
FZ = 24,
|
||
|
DN = 25,
|
||
|
AHP = 26
|
||
|
}
|
||
|
}
|