I’m trying to activate the little space invader retroarch icon in my overlay so I can bring up the retroarch menu. I’m using psx box diagonals overlay in the old folder. I’m trying to edit the overlay config file using the command toggle_menu, but I don’t know what the button descriptor is. Can somebody tell me how to write the command and where to put it in the config file?
Check this example from the old ‘retropad’ overlay: https://github.com/libretro/common-overlays/blob/master/gamepads/retropad/retropad.cfg#L86
The retroarch space invader icon was named overlay_next in the overlay .cfg file! Wish they would have named it something to let us know it was the menu. Anyway changed it from overlay_next to menu_toggle and I finally got it to work! Thanks for pointing me to the menu command example.
1 Like