Qt: Initialize m_useBios

This commit is contained in:
Jeffrey Pfau 2016-02-25 23:39:08 -08:00
parent e25d522148
commit 48050c33ea
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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)