dolphin/Source/Android/jni
JosJuice 439866d257 Android: Remove unnecessary JNI function declarations
We generally have no reason to call these functions on our own, so
there's not much reason to declare them, especially not in the cpp
file where they're defined. In case we ever do get a reason to do
it, we can add declarations for just the functions that need them.
2020-10-19 20:55:13 +02:00
..
AndroidCommon CMake: Fix build errors exposed by making common dependent on fmt 2020-10-19 14:36:09 +02:00
GameList Android: Remove unnecessary JNI function declarations 2020-10-19 20:55:13 +02:00
CMakeLists.txt CMake: Fix build errors exposed by making common dependent on fmt 2020-10-19 14:36:09 +02:00
IniFile.cpp Android: Replace Java INI parser with C++ INI parser 2020-09-06 13:29:56 +02:00
MainAndroid.cpp Android: Remove unnecessary JNI function declarations 2020-10-19 20:55:13 +02:00
NativeConfig.cpp Android: Fix setting read during play with local game layer active 2020-10-13 16:35:33 +02:00