From 66c588476e1ad618bfd49d9421fe69da7c9ca551 Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Fri, 5 Apr 2019 13:35:20 -0230 Subject: [PATCH] Disabled mappings for R77 port for upcoming beta test. More work needs to be done in the core before this can be activated. --- src/unix/r77/SettingsR77.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/unix/r77/SettingsR77.cxx b/src/unix/r77/SettingsR77.cxx index 83f127ba0..cecc364b9 100644 --- a/src/unix/r77/SettingsR77.cxx +++ b/src/unix/r77/SettingsR77.cxx @@ -88,8 +88,8 @@ bool SettingsR77::saveConfigFile(const string& cfgfile) const out << "fullscreen = " << getString("fullscreen") << endl; out << "lastrom = " << getString("lastrom") << endl; - out << "keymap = " << getString("keymap") << endl; - out << "joymap = " << getString("joymap") << endl; +// out << "keymap = " << getString("keymap") << endl; +// out << "joymap = " << getString("joymap") << endl; out.flush(); out.close();