From 44264b839383947ceea760265c3b3af9a81ae059 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Tue, 4 Oct 2016 19:16:48 +0300 Subject: [PATCH] Reset current RTG display index. --- gfxboard.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/gfxboard.cpp b/gfxboard.cpp index e151a510..70b2b67f 100644 --- a/gfxboard.cpp +++ b/gfxboard.cpp @@ -2251,6 +2251,7 @@ void gfxboard_reset (void) } } } + rtg_visible = -1; } static uae_u32 REGPARAM2 gfxboards_lget_regs (uaecptr addr) -- 2.47.3