From 89656ad5e80e662ac93e39b64f5c60fc0ea9e301 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Sun, 27 Nov 2016 13:38:22 +0200 Subject: [PATCH] Clear also UAEGFX VRAM size when CPU mode becomes 24-bit. --- main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/main.cpp b/main.cpp index 1b4f96f2..6fbd8f87 100644 --- a/main.cpp +++ b/main.cpp @@ -475,6 +475,7 @@ void fixup_prefs (struct uae_prefs *p, bool userconfig) if (p->address_space_24 && rbc->rtgmem_size && rbc->rtgmem_type == GFXBOARD_UAE_Z3) { error_log (_T("Z3 RTG and 24bit address space are not compatible.")); rbc->rtgmem_type = GFXBOARD_UAE_Z2; + rbc->rtgmem_size = 0; } } -- 2.47.3