mirror of https://github.com/stella-emu/stella.git
Reactivate syncing for R77 stellarc file.
This commit is contained in:
parent
88af3c0b43
commit
4e2df09b10
|
@ -93,7 +93,7 @@ bool SettingsR77::saveConfigFile(const string& cfgfile) const
|
||||||
|
|
||||||
out.flush();
|
out.flush();
|
||||||
out.close();
|
out.close();
|
||||||
// FIXME system("/bin/fsync /mnt/stella/stellarc&");
|
system("/bin/fsync /mnt/stella/stellarc&");
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue