Disabled mappings for R77 port for upcoming beta test.

More work needs to be done in the core before this can be activated.
This commit is contained in:
Stephen Anthony 2019-04-05 13:35:20 -02:30
parent a44e9bd80e
commit 66c588476e
1 changed files with 2 additions and 2 deletions

View File

@ -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();