public void ForceNewState(EmulationState state) { // TODO when Mesen-S supports it }
public void ForceNewState(EmulationState state) { InteropEmu.DebugSetState(state.NesState); }