jelos.org/includes/controls/retroarch.md
Sascha Wilde d3289dba0b Move controls documentation do devices.
As the controls are highly dependent on the buttons available on a
specific device hardware it makes sense to document them per device.

To prevent to much redundancy we are using mkdocs-macros to define
includes and variables which allows for a maximum of reuse.
The new structure also makes it possible to only document emulators
actually available on the device.

This initial commit only implements complete documentation for
Powkiddy RGB10 MAX 3, a minimal example is also added to AYN Loki Zero
in order to demonstrate the use of variables.
2024-01-16 11:39:41 +01:00

787 B

RetroArch Hotkeys

Button Combo Action
++"SELECT"+"START"++ (x2) Quit Game
++"SELECT"+"R1"++ Save State
++"SELECT"+"L1"++ Load State
++"SELECT"+"{{ btn_north }}"++ Open RA Menu
++"SELECT"+"{{ btn_west }}"++ Show FPS
++"SELECT"+"R2"++ Fast-Forward

By default JELOS will detect your controller and configure RetroArch hotkeys automatically. This is controlled by the "AUTOCONFIGURE RETROARCH HOTKEYS" option in the Controller & Bluetooth Settings menu, which is enabled by default. While the option is enabled, RetroArch hotkeys will be overwritten by defaults each time an emulator is launched. If this behavior is not desired the option can be disabled and any user-defined RetroArch hotkeys will not be overwritten.