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