libretro / px68k-libretro

Portable SHARP X68000 Emulator for Libretro
http://hissorii.blog45.fc2.com
GNU General Public License v2.0
47 stars 42 forks source link

add touroku map joy R2 #184

Closed Kelvfimer closed 2 months ago

LibretroAdmin commented 2 months ago

@negativeexponent What do you think about this PR? Is it fit for merge?

negativeExponent commented 2 months ago

@Kelvfimer can you add these to input descriptors so the label visible from the input keymap?

{ 0, RETRO_DEVICE_JOYPAD, 0, RETRO_DEVICE_ID_JOYPAD_R2, "R2" },

change to

{ 0, RETRO_DEVICE_JOYPAD, 0, RETRO_DEVICE_ID_JOYPAD_R2, "R2 - Touroku" },

after thats added, this can be merged. its fine as-is but better to see the labels.

thanks.

Kelvfimer commented 2 months ago

@negativeExponent done :) THX!!

negativeExponent commented 2 months ago

@LibretroAdmin this is ok now to merge.