@Tatsuya79 @lettucekl,
It’s not the place here for reports, it’s the Retroarch bug submission thread ,
and not specific to one core.
BTW , if you notice true bugs or legit feature request , the good place is to reports an issue on github.
@Tatsuya79 ,
Honestly , not sure that it’s a mame2013 core bugs,
as far i know we don’t tweak any default drivers ( like changing default cpu overclock) .
So certainly not a mame2013 port bugs.
@lettucekl ,
yes that are the defaults binding hard-coded for the OS that don’t have keyboard ( accessing menu without TAB in android with an overlay for example)
input_device_item_add_pad (i,Buttons_Name[RETROPAD_L2], &joystate[i].button[RETROPAD_L2],(input_item_id)(ITEM_ID_TAB+0),retrokbd_get_state );
input_device_item_add_pad (i,Buttons_Name[RETROPAD_R2], &joystate[i].button[RETROPAD_R2],(input_item_id)(ITEM_ID_F11+0),retrokbd_get_state );
input_device_item_add_pad (i,Buttons_Name[RETROPAD_L3], &joystate[i].button[RETROPAD_L3],(input_item_id)(ITEM_ID_F2+0),retrokbd_get_state );
input_device_item_add_pad (i,Buttons_Name[RETROPAD_R3], &joystate[i].button[RETROPAD_R3],(input_item_id)(ITEM_ID_F3+0),retrokbd_get_state );
Maybe we can found a way to permit to change the default binding by mame osd (but have to stay the default for android for example) . For now , i have no time to deal with, but you can always make an issue , maybe someone else will have time to look at it.