mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
Add Android support for automatic disc changing
This commit is contained in:
parent
352ac91a1c
commit
63c9831b93
12 changed files with 100 additions and 30 deletions
|
@ -10,3 +10,4 @@
|
|||
|
||||
std::string GetJString(JNIEnv* env, jstring jstr);
|
||||
jstring ToJString(JNIEnv* env, const std::string& str);
|
||||
std::vector<std::string> JStringArrayToVector(JNIEnv* env, jobjectArray array);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue