mirror of https://github.com/mgba-emu/mgba.git
Qt: Initialize LoadStoreState mode
This commit is contained in:
parent
aae1564db4
commit
104a80422c
|
@ -24,6 +24,7 @@ LoadSaveState::LoadSaveState(GameController* controller, QWidget* parent)
|
|||
: QWidget(parent)
|
||||
, m_controller(controller)
|
||||
, m_currentFocus(0)
|
||||
, m_mode(LoadSave::LOAD)
|
||||
{
|
||||
m_ui.setupUi(this);
|
||||
|
||||
|
|
Loading…
Reference in New Issue