mirror of https://github.com/mgba-emu/mgba.git
Qt: Initialize m_useBios
This commit is contained in:
parent
e25d522148
commit
48050c33ea
1
CHANGES
1
CHANGES
|
@ -10,6 +10,7 @@ Bugfixes:
|
|||
- SDL: Fix potential joystick crash in games with rumble
|
||||
- Qt: Fix initial state of key mapping
|
||||
- Shaders: Fix AGS-001 shader with some bad drivers
|
||||
- Qt: Initialize m_useBios
|
||||
Misc:
|
||||
- GBA: Slightly optimize GBAProcessEvents
|
||||
- Qt: Add preset for DualShock 4
|
||||
|
|
|
@ -40,6 +40,7 @@ GameController::GameController(QObject* parent)
|
|||
, m_inactiveKeys(0)
|
||||
, m_logLevels(0)
|
||||
, m_gameOpen(false)
|
||||
, m_useBios(false)
|
||||
, m_audioThread(new QThread(this))
|
||||
, m_audioProcessor(AudioProcessor::create())
|
||||
, m_pauseAfterFrame(false)
|
||||
|
|
Loading…
Reference in New Issue