mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 08:09:19 +00:00
Interpreter: support non-IEEE mode emulation
v2: fix fxsave on visual studio, thx @ rodolfo for this patch
This commit is contained in:
parent
710a0ff435
commit
466a7afde3
6 changed files with 53 additions and 19 deletions
|
@ -26,7 +26,7 @@ namespace FPURoundMode
|
|||
void SetPrecisionMode(u32 mode)
|
||||
{
|
||||
}
|
||||
void SetSIMDMode(u32 mode)
|
||||
void SetSIMDMode(u32 mode, u32 nonIEEEMode)
|
||||
{
|
||||
}
|
||||
void SaveSIMDState()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue