mirror of https://github.com/mgba-emu/mgba.git
Qt: Initialize m_useBios
This commit is contained in:
parent
8b17db564a
commit
9919fffcb7
1
CHANGES
1
CHANGES
|
@ -14,6 +14,7 @@ Bugfixes:
|
|||
- Qt: Fix initial state of key mapping
|
||||
- Shaders: Fix AGS-001 shader with some bad drivers
|
||||
- GBA Memory: Fix mirror on non-overdumped Classic NES games
|
||||
- Qt: Initialize m_useBios
|
||||
Misc:
|
||||
- GBA: Slightly optimize GBAProcessEvents
|
||||
- Qt: Add preset for DualShock 4
|
||||
|
|
|
@ -45,6 +45,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