mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-01-09 00:31:22 -08:00
12 lines
136 B
C#
12 lines
136 B
C#
|
namespace ChocolArm64.State
|
||
|
{
|
||
|
enum FPType
|
||
|
{
|
||
|
Nonzero,
|
||
|
Zero,
|
||
|
Infinity,
|
||
|
QNaN,
|
||
|
SNaN
|
||
|
}
|
||
|
}
|