From: Toni Wilen Date: Fri, 10 Oct 2025 19:59:27 +0000 (+0300) Subject: Override initial native display with RTG option X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=78a2bfaff5143bb06b8d35eb5bfe948b3dcbb3d5;p=francis%2Fwinuae.git Override initial native display with RTG option --- diff --git a/drawing.cpp b/drawing.cpp index 9b2ce484..9cdf2871 100644 --- a/drawing.cpp +++ b/drawing.cpp @@ -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;