mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
remove SetRoundMode
we only care about SSE rounding mode, and set that manually in SetSIMDMode
This commit is contained in:
@ -640,7 +640,6 @@ void RoundingModeUpdated()
|
||||
// The rounding mode is separate for each thread, so this must run on the CPU thread
|
||||
ASSERT(Core::IsCPUThread());
|
||||
|
||||
FPURoundMode::SetRoundMode(FPSCR.RN);
|
||||
FPURoundMode::SetSIMDMode(FPSCR.RN, FPSCR.NI);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user