index
:
mirror/ryujinx
master
An experimental Nintendo Switch Emulator written in C#
git daemon user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ChocolArm64
/
State
/
Fpsr.cs
blob: ba551eefaa7bc11d51606849fbaceb72854439f2 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
namespace
ChocolArm64.State
{
enum
Fpsr
{
Ufc
=
3
,
Qc
=
27
}
}