Qt: Initialize m_useBios
Jeffrey Pfau jeffrey@endrift.com
Thu, 25 Feb 2016 23:39:08 -0800
2 files changed,
2 insertions(+),
0 deletions(-)
M
CHANGES
→
CHANGES
@@ -10,6 +10,7 @@ - SDL: Fix joystick initialization on BSD
- 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
M
src/platform/qt/GameController.cpp
→
src/platform/qt/GameController.cpp
@@ -40,6 +40,7 @@ , m_activeKeys(0)
, m_inactiveKeys(0) , m_logLevels(0) , m_gameOpen(false) + , m_useBios(false) , m_audioThread(new QThread(this)) , m_audioProcessor(AudioProcessor::create()) , m_pauseAfterFrame(false)