Create FPCR.cs

This commit is contained in:
LDj3SNuD 2018-10-22 23:59:42 +02:00 committed by GitHub
parent 071fee1035
commit 5c3279b79f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

11
ChocolArm64/State/FPCR.cs Normal file
View file

@ -0,0 +1,11 @@
namespace ChocolArm64.State
{
enum FPCR
{
UFE = 11,
RMode = 22,
FZ = 24,
DN = 25,
AHP = 26
}
}