x64FPURoundMode: move things around a bit

This commit is contained in:
Tillmann Karras
2014-02-23 14:57:31 +01:00
parent 269e2aefa7
commit 1a428de189
4 changed files with 46 additions and 46 deletions

View File

@ -8,7 +8,7 @@
#pragma once
#include "Common/Common.h"
#include "Common/FPURoundMode.h"
// --- Gekko Instruction ---
@ -390,7 +390,7 @@ union UReg_FPSCR
struct
{
// Rounding mode (towards: nearest, zero, +inf, -inf)
u32 RN : 2;
enum FPURoundMode::RoundModes RN : 2;
// Non-IEEE mode enable (aka flush-to-zero)
u32 NI : 1;
// Inexact exception enable