From e669dd7f26013deb28e098dd723fdc78100b2938 Mon Sep 17 00:00:00 2001 From: Chips Date: Sat, 27 Aug 2016 21:02:01 +0200 Subject: [PATCH] Enable joystick for gles and sdl platform. closes #26 --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 6fb35798..067e31b9 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -585,7 +585,7 @@ static int real_main2 (int argc, TCHAR **argv) printf("Uae4arm v0.5 for Raspberry Pi by Chips\n"); SDL_Init(SDL_INIT_NOPARACHUTE | SDL_INIT_VIDEO | SDL_INIT_AUDIO | SDL_INIT_JOYSTICK); #else -#ifdef PANDORA +#ifdef PANDORA_SPECIFIC SDL_Init(SDL_INIT_NOPARACHUTE | SDL_INIT_VIDEO); #else #ifdef USE_SDL