Enable joystick for gles and sdl platform. closes #26
This commit is contained in:
parent
975a634a38
commit
e669dd7f26
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue