Enable joystick for gles and sdl platform. closes #26

This commit is contained in:
Chips 2016-08-27 21:02:01 +02:00
parent 975a634a38
commit e669dd7f26

View file

@ -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