]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Switch back to 64-bit FPU default.
authorToni Wilen <twilen@winuae.net>
Sun, 31 May 2020 16:39:35 +0000 (19:39 +0300)
committerToni Wilen <twilen@winuae.net>
Sun, 31 May 2020 16:39:35 +0000 (19:39 +0300)
cfgfile.cpp

index 01c788ca8bd9ae20089f5d3f7514344121a00a8e..37d652cdfc76c2cdd66dc2316009bb578a6a0cc8 100644 (file)
@@ -7913,7 +7913,7 @@ void default_prefs (struct uae_prefs *p, bool reset, int type)
        p->fpu_no_unimplemented = false;
        p->int_no_unimplemented = false;
        p->fpu_strict = 0;
-       p->fpu_mode = -1;
+       p->fpu_mode = 0;
        p->m68k_speed = 0;
        p->cpu_compatible = 1;
        p->address_space_24 = 1;