From: Toni Wilen Date: Wed, 20 Dec 2017 17:43:01 +0000 (+0200) Subject: Hardware cursor is not available in DD mode. X-Git-Tag: 3600~27 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=7a47faef47bc0e8bf79a957c2984f546f693c725;p=francis%2Fwinuae.git Hardware cursor is not available in DD mode. --- diff --git a/od-win32/picasso96_win.cpp b/od-win32/picasso96_win.cpp index e1d7a067..ee1b7f75 100644 --- a/od-win32/picasso96_win.cpp +++ b/od-win32/picasso96_win.cpp @@ -649,7 +649,7 @@ static void setupcursor (void) int bpp = 4; int pitch; - if (currprefs.rtgboards[0].rtgmem_type >= GFXBOARD_HARDWARE) + if (currprefs.rtgboards[0].rtgmem_type >= GFXBOARD_HARDWARE || !currprefs.gfx_api) return; gfx_lock (); setupcursor_needed = 1;