Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
Stella
Commits
66c58847
Commit
66c58847
authored
Apr 05, 2019
by
Stephen Anthony
Browse files
Disabled mappings for R77 port for upcoming beta test.
More work needs to be done in the core before this can be activated.
parent
a44e9bd8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/unix/r77/SettingsR77.cxx
View file @
66c58847
...
...
@@ -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
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment