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

This reverts commit b3fdbe7463.
This commit is contained in:
nattthebear 2021-06-07 17:18:50 -04:00
parent b26d215edb
commit 14fef0f2b5
1 changed files with 1 additions and 4 deletions

View File

@ -10,10 +10,7 @@ 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"))