mirror of https://github.com/mgba-emu/mgba.git
Qt: Fix crash when loading game with an asset view open
This commit is contained in:
parent
7ed4f38bdd
commit
5ac712c54c
|
@ -20,6 +20,7 @@ AssetView::AssetView(GameController* controller, QWidget* parent)
|
|||
|
||||
connect(m_controller, SIGNAL(frameAvailable(const uint32_t*)), &m_updateTimer, SLOT(start()));
|
||||
connect(m_controller, SIGNAL(gameStopped(mCoreThread*)), this, SLOT(close()));
|
||||
connect(m_controller, SIGNAL(gameStopped(mCoreThread*)), &m_updateTimer, SLOT(stop()));
|
||||
}
|
||||
|
||||
void AssetView::updateTiles(bool force) {
|
||||
|
|
Loading…
Reference in New Issue