From 3ed2985d510733062e295f8d343cc717f158b4c7 Mon Sep 17 00:00:00 2001 From: Stefan Date: Sun, 29 Nov 2015 13:04:23 +0100 Subject: [PATCH] reicast-joyconfig.py: store btn_escape in the right section --- shell/linux/tools/reicast-joyconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/linux/tools/reicast-joyconfig.py b/shell/linux/tools/reicast-joyconfig.py index ad0aa8634..7766f0fa0 100755 --- a/shell/linux/tools/reicast-joyconfig.py +++ b/shell/linux/tools/reicast-joyconfig.py @@ -134,7 +134,7 @@ def setup_device(dev_id): clear_events(dev) print("Press the that button now...") event = read_button(dev) - mapping.set("dreamcast", "btn_escape", event.code) + mapping.set("emulator", "btn_escape", event.code) print_mapped_button("emulator escape button", event) # Regular dreamcast buttons