mirror of https://github.com/stella-emu/stella.git
Attempt at fixing R77 crash.
This commit is contained in:
parent
ab5ab64f7d
commit
1cf93ca0a0
|
@ -77,6 +77,7 @@ void StellaDb::initialize()
|
|||
|
||||
mySettingsRepository = make_unique<KeyValueRepositoryNoop>();
|
||||
myPropertyRepository = make_unique<CompositeKeyValueRepositoryNoop>();
|
||||
myHighscoreRepository = make_unique<CompositeKeyValueRepositoryNoop>();
|
||||
|
||||
myDb.reset();
|
||||
myPropertyRepositoryHost.reset();
|
||||
|
|
|
@ -21,5 +21,5 @@
|
|||
void OSystemR77::getBaseDirectories(string& basedir, string& homeDir,
|
||||
bool, const string&)
|
||||
{
|
||||
basedir = homeDir = "/mnt/stella";
|
||||
basedir = homeDir = "/mnt/stella/";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue