GPGX: apply settings each frame, fixes layer viewer not updating properly

This commit is contained in:
alyosha-tas 2021-06-05 21:26:01 -04:00
parent 4d91b59cad
commit b3fdbe7463
1 changed files with 4 additions and 1 deletions

View File

@ -10,7 +10,10 @@ namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx
public ControllerDefinition ControllerDefinition { get; private set; }
public bool FrameAdvance(IController controller, bool render, bool renderSound = true)
{
{
// update non-sync settings
PutSettings(_settings);
if (controller.IsPressed("Reset"))
Core.gpgx_reset(false);
if (controller.IsPressed("Power"))