scummvm/backends/platform/android
Joel Teichroeb 2d903d9668 ANDROID: Fix a race condition
setSurface is done in a different thread than the one that starts
the scummvm main. The main thread would then wait until the setSurface
thread notifies. The setSurface thread would notify before it actually
calls setSurface, meaning if the thread is preemted before calling
setSurface, initSurface will assert, causing the app to crash.
2014-01-27 18:29:00 -08:00
..
org/scummvm/scummvm ANDROID: Fix a race condition 2014-01-27 18:29:00 -08:00
android.cpp ANDROID: Add support for joystick motion 2013-08-08 14:53:36 +02:00
android.h ANDROID: Add support for joystick motion 2013-08-08 14:53:36 +02:00
android.mk ANDROID: Really fix compilation. 2013-10-09 23:26:58 +01:00
asset-archive.cpp ANDROID: Ignore subdirectories of asset archives. 2013-05-16 12:56:41 +02:00
asset-archive.h ANDROID: Fix compilation by adapting to latest Archive changes (thanks LordHoto). 2011-12-13 18:37:33 +01:00
events.cpp ANDROID: Enter main menu on middle mouse press 2013-08-08 15:16:06 +02:00
gfx.cpp ANDROID: Add 32bpp support. 2014-01-23 23:00:00 +01:00
jni.cpp ANDROID: Disable parachute slot 0 saves. 2013-05-16 13:01:32 +02:00
jni.h JANITORIAL: Remove trailing empty lines. 2011-08-07 13:53:33 +02:00
module.mk JANITORIAL: Remove trailing empty lines. 2011-08-07 13:53:33 +02:00
texture.cpp ANDROID: Add 32bpp support. 2014-01-23 23:00:00 +01:00
texture.h ANDROID: Add 32bpp support. 2014-01-23 23:00:00 +01:00