mirror of https://github.com/mgba-emu/mgba.git
Qt: Rephrase save fail error
This commit is contained in:
parent
0d34386e7a
commit
3402c151e6
|
@ -112,7 +112,7 @@ CoreController* CoreManager::loadGame(VFile* vf, const QString& path, const QStr
|
|||
bytes = info.dir().canonicalPath().toUtf8();
|
||||
mDirectorySetAttachBase(&core->dirs, VDirOpen(bytes.constData()));
|
||||
if (!mCoreAutoloadSave(core)) {
|
||||
LOG(QT, ERROR) << tr("Failed to open save file. Is the save directory writable?");
|
||||
LOG(QT, ERROR) << tr("Failed to open save file; in-game saves cannot be updated. Please ensure the save directory is writable without additional privileges (e.g. UAC on Windows).");
|
||||
}
|
||||
mCoreAutoloadCheats(core);
|
||||
|
||||
|
|
Loading…
Reference in New Issue