all repos — mgba @ 48050c33eaaf2e90afe6fa3ee7ffa80828ead3ed

mGBA Game Boy Advance Emulator

Qt: Initialize m_useBios
Jeffrey Pfau jeffrey@endrift.com
Thu, 25 Feb 2016 23:39:08 -0800
commit

48050c33eaaf2e90afe6fa3ee7ffa80828ead3ed

parent

e25d52214832d58bc48ad36dc97f8f5f779a0ec6

2 files changed, 2 insertions(+), 0 deletions(-)

jump to
M CHANGESCHANGES

@@ -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.cppsrc/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)