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 CMake: Fix build errors exposed by making common dependent on fmt 2020-10-19 14:36:09 +02:00
IDCache.cpp Android: Remove #ifdef __cplusplus checks 2021-03-04 22:47:23 +01:00
IDCache.h Android: Implement save overwrite confirmation 2021-01-27 20:10:07 +01:00