all repos — mgba @ 7233a289902977a416cf13e2da5a61e57b53a325

mGBA Game Boy Advance Emulator

Qt: Fix load recent from archive (fixes #1325)
Vicki Pfau vi@endrift.com
Thu, 28 Feb 2019 19:23:35 -0800
commit

7233a289902977a416cf13e2da5a61e57b53a325

parent

307e05b59365a5446f396018946d0cf2fb120365

2 files changed, 2 insertions(+), 1 deletions(-)

jump to
M CHANGESCHANGES

@@ -1,6 +1,7 @@

0.7.2: (Future) Bugfixes: - Qt: More app metadata fixes + - Qt: Fix load recent from archive (fixes mgba.io/i/1325) Misc: - Qt: Add missing HEVC NVENC option (fixes mgba.io/i/1323)
M src/platform/qt/CoreManager.cppsrc/platform/qt/CoreManager.cpp

@@ -49,7 +49,7 @@ vf->close(vf);

vf = vfclone; } dir->close(dir); - loadGame(vf, fname, base); + return loadGame(vf, fname, base); } else { LOG(QT, ERROR) << tr("Failed to open game file: %1").arg(path); }