rg35xx-cfw / rg35xx-cfw.github.io

RG35XX Custom Firmware Documentation
418 stars 3 forks source link

Various Issues and UI Suggestions #201

Open rebeltaz opened 3 months ago

rebeltaz commented 3 months ago

I've tried several UIs for the rg35xx H and this is by far the best, so please don't think that I am complaining. Even at that, though, there are several issues I've come across and a few things I'd like to suggest, if I may.

ISSUES:

SUGGESTIONS:

I know that these are small things, but they would make for a much nicer experience.

classikd commented 3 months ago

You can change the brightness with the shortcut Menu + Vol-/Vol+. Yan can also Swap A-B buttons in retroarch settings from RA > Settings >Input > Menu controls

rooster85 commented 3 months ago

Fyi since batocera overrides the button swap in RetroArch, just add this line to batocera.conf file: global.retroarch.menu_swap_ok_cancel_buttons=true this and a whole lot of other options are described here: https://wiki.batocera.org/advanced_retroarch_settings

rebeltaz commented 3 months ago

Fyi since batocera overrides the button swap in RetroArch, just add this line to batocera.conf file: global.retroarch.menu_swap_ok_cancel_buttons=true this and a whole lot of other options are described here: https://wiki.batocera.org/advanced_retroarch_settings

I'll check that out. Appreciate that.

rebeltaz commented 2 months ago

Fyi since batocera overrides the button swap in RetroArch, just add this line to batocera.conf file: global.retroarch.menu_swap_ok_cancel_buttons=true this and a whole lot of other options are described here: https://wiki.batocera.org/advanced_retroarch_settings

I've tried this a couple of times, and it doesn't seem to be working for me. I added that line to the "## Advanced RetroArch configuration" section of batocera.conf like so:

## Advanced RetroArch configuration
## See https://wiki.batocera.org/advanced_retroarch_settings
#snes.retroarch.menu_driver=rgui
#global.retroarch.input_max_users=4
global.retroarch.menu_swap_ok_cancel_buttons=true

That should work, no? I tried setting that flag in the retroarch.cfg file, as well, but of course it was just overwritten.