RetroArch/frontend/platform
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
..
platform_android.c Clean up JNI: (...) 2013-11-20 17:33:19 +01:00
platform_android.h Clean up JNI: (...) 2013-11-20 17:33:19 +01:00
platform_apple.c Add copyright to platform_apple.c 2013-11-13 12:43:28 +01:00
platform_gx.c
platform_ps3.c (PS3) Get rid of ps3_input.h 2013-11-13 00:41:03 +01:00
platform_psp.c (platform_psp.c) use fill_pathname_join instead of snprintf 2013-11-12 15:03:50 +01:00
platform_qnx.c
platform_wii.c
platform_xdk.c (XDK1 Salamander) Build fix 2013-11-15 04:26:38 +01:00
platform_xdk.h