all repos — mgba @ 9919fffcb7e6bb23b5a8a77799051cded983c2af

mGBA Game Boy Advance Emulator

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

9919fffcb7e6bb23b5a8a77799051cded983c2af

parent

8b17db564aedac910b0d5b5f9d6e83403f1c44ff

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

jump to
M CHANGESCHANGES

@@ -14,6 +14,7 @@ - SDL: Fix axes being mapped wrong

- 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
M src/platform/qt/GameController.cppsrc/platform/qt/GameController.cpp

@@ -45,6 +45,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)