all repos — mgba @ 2ff1deed60abc17e25c387ca862183c1402f59df

mGBA Game Boy Advance Emulator

Qt: Fix SDL < 2 build.
Augustin Cavalier waddlesplash@gmail.com
Sun, 09 Jul 2017 15:03:17 -0400
commit

2ff1deed60abc17e25c387ca862183c1402f59df

parent

8b4b63498923c80d52454fb0dbb9f3f7263866d0

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/platform/qt/main.cppsrc/platform/qt/main.cpp

@@ -30,7 +30,7 @@

using namespace QGBA; int main(int argc, char* argv[]) { -#ifdef BUILD_SDL +#if defined(BUILD_SDL) && SDL_VERSION_ATLEAST(2, 0, 0) SDL_SetMainReady(); #endif