Where I can edit retroarch menus?

Where in the source code can I edit the menus disposition? to try a custom order

1 Like

I’ve never messed with it, myself, but I don’t think there’s anything as simple as a list you can just reorder, unfortunately.

However, I think the action probably happens in here: https://github.com/libretro/RetroArch/blob/master/menu/menu_displaylist.c

or at least in the ‘menu’ subdirectory: https://github.com/libretro/RetroArch/tree/master/menu