scummvm/backends/platform/android
Le Philousophe e17b34c9dc ANDROID: Store JNI environment in a thread local variable
This avoids to query JVM every time we need to do a JNI call.
A different environment is attached to each thread, hence the TLS
variable.
2023-01-20 14:14:03 +01:00
..
org/scummvm/scummvm ANDROID: Simplify Joystick axis scaling 2022-12-19 00:36:51 +00:00
android.cpp AUDIO: Support mono audio output in the mixer 2022-11-18 17:17:00 +01:00
android.h ANDROID: Simplify Joystick axis scaling 2022-12-19 00:36:51 +00:00
android.mk ANDROID: Use Android runtime to open touch controls image 2022-01-02 17:45:32 +01:00
asset-archive.cpp ANDROID: Store JNI environment in a thread local variable 2023-01-20 14:14:03 +01:00
asset-archive.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
events.cpp ANDROID: Simplify Joystick axis scaling 2022-12-19 00:36:51 +00:00
jni-android.cpp ANDROID: Store JNI environment in a thread local variable 2023-01-20 14:14:03 +01:00
jni-android.h ANDROID: Store JNI environment in a thread local variable 2023-01-20 14:14:03 +01:00
module.mk
options.cpp ANDROID: Let user customize its preferred touch modes 2022-06-14 00:08:04 +03:00
portdefs.h ALL: Add limits.h for all codebase 2022-08-22 15:38:10 +02:00
snprintf.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
touchcontrols.cpp ANDROID: Refactor touch controls to be graphics backend agnostic 2022-01-02 17:45:32 +01:00
touchcontrols.h ANDROID: Refactor touch controls to be graphics backend agnostic 2022-01-02 17:45:32 +01:00