diff --git a/source/ngc/pad.c b/source/ngc/pad.c index dcb1065..45d232c 100644 --- a/source/ngc/pad.c +++ b/source/ngc/pad.c @@ -393,7 +393,7 @@ unsigned char DecodeJoy( unsigned short pad ) FCEUI_FDSSelect(); // select other side } else - FCEU_DoSimpleCommand(0x07); // insert coin for VS Games + FCEUI_VSUniCoin(); // insert coin for VS Games } } }