RGUI inputconfig

I’ve started to add input configuration to RGUI. It only lets you configure gamepad atm. No regular hotkeys (except for RGUI menu toggle) are in the menu atm.

“Configure All” configures all RetroPad buttons in one fell swoop, kinda like zsnes. Binds should get saved to config on exit if config_save_on_exit is enabled. You can skip configuring buttons with Return. It also maps the joypad to the player automatically, so it doesn’t matter which joypad is used to configure (like Phoenix did).

It’s in the inputconfig branch: https://github.com/libretro/RetroArch/tree/inputconfig

Thank you so much for doing this :smiley:

yeeeeahhhhhh , thank you for everything you do .

I’ve merged inputconfig into master now. I’ve only tested on Linux, but shouldn’t matter.

Awesome indeed :stuck_out_tongue:

RGUI is a simple built-in GUI for RetroArch. It is designed to allow the console experience, where everything is controlled from a joypad. It focuses on being useful, and not particularily flashy. It was originally introduced in the Wii port of RetroArch. It has been refitted to serve as the default UI in RetroArch and is now present on Wii, PC and mobile ports.