mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-07 19:36:21 +00:00
Don't try to save settings on the Dreamcast, CD-ROM:s are read only...
svn-id: r22890
This commit is contained in:
parent
c42e5813af
commit
2f935da61f
@ -214,6 +214,7 @@ void ConfigManager::loadFile(const String &filename) {
|
||||
}
|
||||
|
||||
void ConfigManager::flushToDisk() {
|
||||
#ifndef __DC__
|
||||
FILE *cfg_file;
|
||||
|
||||
// TODO
|
||||
@ -248,6 +249,7 @@ void ConfigManager::flushToDisk() {
|
||||
|
||||
fclose(cfg_file);
|
||||
}
|
||||
#endif // !__DC__
|
||||
}
|
||||
|
||||
void ConfigManager::writeDomain(FILE *file, const String &name, const Domain &domain) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user