Exemplo n.º 1
0
 public void ForceNewState(EmulationState state)
 {
     // TODO when Mesen-S supports it
 }
Exemplo n.º 2
0
 public void ForceNewState(EmulationState state)
 {
     InteropEmu.DebugSetState(state.NesState);
 }