]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Override initial native display with RTG option
authorToni Wilen <twilen@winuae.net>
Fri, 10 Oct 2025 19:59:27 +0000 (22:59 +0300)
committerToni Wilen <twilen@winuae.net>
Fri, 10 Oct 2025 19:59:27 +0000 (22:59 +0300)
drawing.cpp

index 9b2ce484bf7edf58a514343f0d1d91ce0f8788e6..9cdf2871e6dd9d7b823304492f682c847c282fcc 100644 (file)
@@ -2397,7 +2397,8 @@ void drawing_init(void)
                ad->picasso_on = 0;
                ad->picasso_requested_on = 0;
                ad->gf_index = GF_NORMAL;
-               gfx_set_picasso_state(0, 0);
+               gfxboard_reset_init();
+               gfx_set_picasso_state(0, ad->picasso_on);
        }
 #endif
        xlinebuffer = NULL;