piSNES is working rather well for single player games, however I've hit a wall trying to set up controls for Player 2. It seems that the snes9x.cfg file only supports key mapping for Player 1.
Am I missing something obvious? has anyone else figured this out?
I tried to add the second player controls - but it didn't work; Added to snes9x.cfg; A_2=101 B_2=119 X_2=115 Y_2=97 L_2=93 R_2=54 START_2=113 SELECT_2=91 LEFT_2=100 RIGHT_2=103 UP_2=114 DOWN_2=102
Thanks! Seems peculiar that player 2 controls are accessible via a gamepad, but not though a keyboard. I'm looking through the source to see if it can be changed.