mirror of
https://git.citron-emu.org/Citron/Emulator.git
synced 2025-12-14 13:21:04 +00:00
android: Initial multiplayer support
And give room owners mod access on both Android and QT
This commit is contained in:
parent
ae75413cc3
commit
e7e9453667
48 changed files with 2101 additions and 20 deletions
|
|
@ -19,7 +19,7 @@ jobject ToJDouble(JNIEnv* env, double value);
|
|||
|
||||
s32 GetJInteger(JNIEnv* env, jobject jinteger);
|
||||
jobject ToJInteger(JNIEnv* env, s32 value);
|
||||
|
||||
jobjectArray ToJStringArray(JNIEnv* env, const std::vector<std::string>& strs);
|
||||
bool GetJBoolean(JNIEnv* env, jobject jboolean);
|
||||
jobject ToJBoolean(JNIEnv* env, bool value);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue