My last commit broke XServer

This commit is contained in:
Sergii Pylypenko
2014-01-30 15:09:57 +02:00
parent 6be28fdf53
commit 5425fbac26
2 changed files with 4 additions and 4 deletions

View File

@@ -127,7 +127,7 @@ AppUsesAccelerometer=n
AppUsesGyroscope=n
# Application uses multitouch (y) or (n), multitouch events are passed as SDL_JOYBALLMOTION events for the joystick 0
AppUsesMultitouch=n
AppUsesMultitouch=y
# Application records audio (it will use any available source, such a s microphone)
# API is defined in file SDL_android.h: int SDL_ANDROID_OpenAudioRecording(SDL_AudioSpec *spec); void SDL_ANDROID_CloseAudioRecording(void);