This commit is contained in:
CasualPokePlayer 2022-09-18 22:44:26 -07:00 committed by GitHub
parent 38d3d36199
commit 71e3dfed74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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();
}