Add a machine flag for machines requiring softfloat FPU and remove the existing restrictions on using dynarec and softfloat together
This commit is contained in:
@@ -5492,7 +5492,7 @@ const machine_t machines[] = {
|
||||
.max_multi = 0
|
||||
},
|
||||
.bus_flags = MACHINE_PS2_MCA,
|
||||
.flags = MACHINE_VIDEO,
|
||||
.flags = MACHINE_VIDEO | MACHINE_SOFTFLOAT_ONLY,
|
||||
.ram = {
|
||||
.min = 2048,
|
||||
.max = 65536,
|
||||
|
||||
Reference in New Issue
Block a user