Revert "GPGX: apply settings each frame, fixes layer viewer not updating properly"
This reverts commit b3fdbe7463
.
This commit is contained in:
parent
b26d215edb
commit
14fef0f2b5
|
@ -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"))
|
||||
|
|
Loading…
Reference in New Issue