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
4e2df09b
Commit
4e2df09b
authored
Apr 05, 2019
by
Stephen Anthony
Browse files
Reactivate syncing for R77 stellarc file.
parent
88af3c0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/unix/r77/SettingsR77.cxx
View file @
4e2df09b
...
...
@@ -93,7 +93,7 @@ bool SettingsR77::saveConfigFile(const string& cfgfile) const
out
.
flush
();
out
.
close
();
// FIXME
system("/bin/fsync /mnt/stella/stellarc&");
system
(
"/bin/fsync /mnt/stella/stellarc&"
);
return
true
;
}
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