Ejemplo n.º 1
0
 public void SetInputPortBeforeInit(int port, SNES_INPUT_PORT type)
 {
     using (_exe.EnterExit())
     {
         _comm->inports[port] = (int)type;
     }
 }
Ejemplo n.º 2
0
 public void SetInputPortBeforeInit(int port, SNES_INPUT_PORT type)
 {
     comm->inports[port] = (int)type;
 }