From f4e9773b461815979fa46cc3defada4ced4016d0 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Sun, 31 May 2020 19:39:35 +0300 Subject: [PATCH] Switch back to 64-bit FPU default. --- cfgfile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.3