Don't try to save settings on the Dreamcast, CD-ROM:s are read only...

svn-id: r22890
This commit is contained in:
Marcus Comstedt 2006-06-03 15:34:48 +00:00
parent c42e5813af
commit 2f935da61f

View File

@ -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) {