RetroArch/camera
twinaphex 87421d477c Clean up JNI: (...)
* pthread_key_create is used to set a destructor for every thread
created through jni_thread_getenv
* To grab a JNIEnv pointer - go through jni_thread_getenv
* jni_thread_getenv sets pthread_setspecific for the JNIEnv pointer
to bind destructor
* Reuse activity->vm everywhere instead of creating local pointer
copies
* Don't use DetachCurrentThread outside of platform_android's (new)
jni_thread_destruct function - the destructor will do this for us
now
2013-11-20 17:33:19 +01:00
..
android.c Clean up JNI: (...) 2013-11-20 17:33:19 +01:00
rwebcam.c move prototype camera interface to libretro interface - GL texture only for now 2013-11-12 19:48:36 -05:00
video4linux2.c (Camera) Cleanup Android camera driver 2013-11-18 00:31:06 +01:00