From 2234e28625f785fcfc71fab3529e76f42274f0d3 Mon Sep 17 00:00:00 2001 From: fgsfds Date: Sun, 10 May 2020 19:14:59 +0300 Subject: [PATCH] rebind Z trigger back to L --- src/pc/configfile.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pc/configfile.c b/src/pc/configfile.c index 8f304ab6..57b9a4f2 100644 --- a/src/pc/configfile.c +++ b/src/pc/configfile.c @@ -49,9 +49,9 @@ unsigned int configKeyStickRight = 0x20; unsigned int configJoyA = 0; unsigned int configJoyB = 2; unsigned int configJoyStart = 6; -unsigned int configJoyL = 9; +unsigned int configJoyL = 7; unsigned int configJoyR = 10; -unsigned int configJoyZ = 7; +unsigned int configJoyZ = 9; // Mouse button mappings (0 for none, 1 for left, 2 for middle, 3 for right) unsigned int configMouseA = 3; unsigned int configMouseB = 1;