From 71e3dfed746b96ca6925ec437248820afac0425f Mon Sep 17 00:00:00 2001 From: CasualPokePlayer <50538166+CasualPokePlayer@users.noreply.github.com> Date: Sun, 18 Sep 2022 22:44:26 -0700 Subject: [PATCH] fix #3388 --- .../Consoles/Sega/gpgx64/GPGX.IStatable.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.IStatable.cs b/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.IStatable.cs index 4444e1d317..ac16f4ebf2 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.IStatable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.IStatable.cs @@ -20,6 +20,7 @@ namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx RefreshMemCallbacks(); Core.gpgx_set_cdd_callback(cd_callback_handle); Core.gpgx_invalidate_pattern_cache(); + Core.gpgx_set_draw_mask(_settings.GetDrawMask()); UpdateVideo(); }