Qt: Show error message if file failed to load
Vicki Pfau vi@endrift.com
Wed, 26 Jun 2019 15:43:58 -0700
2 files changed,
2 insertions(+),
0 deletions(-)
M
CHANGES
→
CHANGES
@@ -67,6 +67,7 @@ - mGUI: Remember name and position of last loaded game
- Core: Create game-related paths if they don't exist (fixes mgba.io/i/1446) - Qt: Add option to pause on minimizing window (closes mgba.io/i/1379) - Switch: Support file associations + - Qt: Show error message if file failed to load 0.7.2: (2019-05-25) Emulation fixes:
M
src/platform/qt/Window.cpp
→
src/platform/qt/Window.cpp
@@ -1762,6 +1762,7 @@ }
void Window::setController(CoreController* controller, const QString& fname) { if (!controller) { + gameFailed(); return; } if (m_pendingClose) {