コード例 #1
0
 public void ForceNewState(EmulationState state)
 {
     // TODO when Mesen-S supports it
 }
コード例 #2
0
 public void ForceNewState(EmulationState state)
 {
     InteropEmu.DebugSetState(state.NesState);
 }