Libretro: Added descriptors for start & select buttons
This commit is contained in:
parent
5daa1b6225
commit
a3f2e36fdf
1 changed files with 2 additions and 0 deletions
|
@ -525,6 +525,8 @@ extern "C" {
|
|||
addDesc(port, RETRO_DEVICE_ID_JOYPAD_Y, "Y");
|
||||
addDesc(port, RETRO_DEVICE_ID_JOYPAD_L, "L");
|
||||
addDesc(port, RETRO_DEVICE_ID_JOYPAD_R, "R");
|
||||
addDesc(port, RETRO_DEVICE_ID_JOYPAD_START, "Start");
|
||||
addDesc(port, RETRO_DEVICE_ID_JOYPAD_SELECT, "Select");
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue