From d839ee2be69ae42db423dfbf7a688673373fb955 Mon Sep 17 00:00:00 2001 From: Christian Speckner Date: Tue, 7 May 2019 23:46:50 +0200 Subject: [PATCH] Stupid me... remove key column name from joymap string. --- src/unix/r77/SettingsR77.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/unix/r77/SettingsR77.cxx b/src/unix/r77/SettingsR77.cxx index e53f3852f..915a670d8 100644 --- a/src/unix/r77/SettingsR77.cxx +++ b/src/unix/r77/SettingsR77.cxx @@ -73,8 +73,8 @@ SettingsR77::SettingsR77() setPermanent("tv.scanlines", "18"); // level 3 setPermanent("joymap", - string("joymap") + - "|126^i2c_controller|2 31 31 35 35 119 120 110 111|8 19 20 100 99 103 0 0 0 118 122 124 125 0 0 0 0" + - "|0^i2c_controller #2|2 39 39 43 43 119 120 110 111|8 26 27 100 99 103 0 0 0 118 122 124 125 0 0 0 0|0" - ); + string() + + "126^i2c_controller|2 31 31 35 35 119 120 110 111|8 19 20 100 99 103 0 0 0 118 122 124 125 0 0 0 0|" + + "0^i2c_controller #2|2 39 39 43 43 119 120 110 111|8 26 27 100 99 103 0 0 0 118 122 124 125 0 0 0 0|0" + ) }