dolphin/Source/Android/jni/AndroidCommon
JosJuice c1c17339ff Android: Use DeleteLocalRef more in AndroidCommon
Any local references get cleaned up when returning to the JVM,
but some of the functions in AndroidCommon return to C++ rather
than the JVM, and functions with loops risk running into the
limit of how many simultaneous local references are allowed.
2021-05-24 22:01:49 +02:00
..
AndroidCommon.cpp Android: Use DeleteLocalRef more in AndroidCommon 2021-05-24 22:01:49 +02:00
AndroidCommon.h Android: Use JNI for getting post-processsing shaders 2021-05-20 16:43:03 +02:00
CMakeLists.txt
IDCache.cpp
IDCache.h