Qt: Fix SDL < 2 build.
Augustin Cavalier waddlesplash@gmail.com
Sun, 09 Jul 2017 15:03:17 -0400
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
src/platform/qt/main.cpp
→
src/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