From: Toni Wilen Date: Sun, 31 May 2020 16:39:35 +0000 (+0300) Subject: Switch back to 64-bit FPU default. X-Git-Tag: 4400~23 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=f4e9773b461815979fa46cc3defada4ced4016d0;p=francis%2Fwinuae.git Switch back to 64-bit FPU default. --- diff --git a/cfgfile.cpp b/cfgfile.cpp index 01c788ca..37d652cd 100644 --- a/cfgfile.cpp +++ b/cfgfile.cpp @@ -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;