Made softfloat work on the dynamic recompiler (not yet enabled in the Settings dialog, needs MMX and FXSAVE/FXRSTOR for softfloat first).
This commit is contained in:
@@ -97,7 +97,8 @@ opWAIT(uint32_t fetchdat)
|
||||
return 1;
|
||||
}
|
||||
|
||||
if (!cpu_use_dynarec && fpu_softfloat) {
|
||||
// if (!cpu_use_dynarec && fpu_softfloat) {
|
||||
if (fpu_softfloat) {
|
||||
if (fpu_state.swd & FPU_SW_Summary) {
|
||||
if (cr0 & 0x20) {
|
||||
x86_int(16);
|
||||
|
||||
Reference in New Issue
Block a user