Skip to content
This repository has been archived by the owner on Jan 29, 2025. It is now read-only.

Baked-in hotkeys conflict with games using Start+Select internally #331

Open
ursineasylum opened this issue Jan 3, 2023 · 0 comments
Open
Assignees

Comments

@ursineasylum
Copy link

What happened?

Retroarch's internal default configuration to use select as a hotkey trigger button and start as "shut down emulator" results in a Fun and Exciting outcome while playing games that use that key combination in-game, such as the Oracle of Ages/Seasons games that require that button combination to save the game.

A quick tweak to the baked in retroarch configuration should resolve this.

diff --git a/data/local/home/.retroarch/retroarch.cfg b/data/local/home/.retroarch/retroarch.cfg
index 960100d..b751b2f 100644
--- a/data/local/home/.retroarch/retroarch.cfg
+++ b/data/local/home/.retroarch/retroarch.cfg
@@ -205,7 +205,7 @@ input_enable_hotkey_btn = "2"
 input_enable_hotkey_mbtn = "nul"
 input_exit_emulator = "nul"
 input_exit_emulator_axis = "nul"
-input_exit_emulator_btn = "3"
+input_exit_emulator_btn = "nul"
 input_exit_emulator_mbtn = "nul"
 input_fps_toggle = "nul"
 input_fps_toggle_axis = "nul"

Device

RG280V

Version

v2.1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants