RGUI Question

I’m using an HTPC application as front-end to launch RetroArch, which is working great. I have my remote control mapped to close RetroArch and to launch RGUI. However once in RGUI I can’t do anything from my remote control as it only allows me to move or make a selection using the joystick. Is that intentional or am I missing an obvious configuration setting?

RGUI is a joystick-driven plain menu yeah. It originally comes from RetroArch Wii and as such was designed around being controlled by a gamepad.

There might be ‘pointer’ support later on.

Cool, thanks for confirming.

If your remote has a keyboard like setup you might be able to get it to work at the same time as your joystick in RGUI by mapping keyboard keys in the cfg file. For example:

input_player1_b_axis = “nul” input_player1_b_btn = “5” input_player1_b = “x”

With that I have both button 5 on my gamepad and the x key on my keyboard mapped to b at the same time.