diff options
| author | vampiric_x <vampiric_x@yuzu-emu.org> | 2025-03-10 22:37:56 +0100 |
|---|---|---|
| committer | Mike Lothian <mike@fireburn.co.uk> | 2025-05-12 12:46:19 +0100 |
| commit | 17c2000510c51d7b568f439240c86ee47a2667d5 (patch) | |
| tree | cfdd35e1dfa32bf1d131be419aaca92f42b1be41 /src/common/android/id_cache.h | |
| parent | 481bf648aa34bb83d267e838471d44ab8b10618e (diff) | |
android: Initial multiplayer support
And give room owners mod access on both Android and QT
Diffstat (limited to 'src/common/android/id_cache.h')
| -rw-r--r-- | src/common/android/id_cache.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/common/android/id_cache.h b/src/common/android/id_cache.h index b4da9b77a..8f685b830 100644 --- a/src/common/android/id_cache.h +++ b/src/common/android/id_cache.h @@ -5,6 +5,7 @@ #include <future> #include <jni.h> +#include <network/network.h> #include "video_core/rasterizer_interface.h" @@ -112,5 +113,6 @@ jmethodID GetYuzuDeviceGetSupportsVibration(); jmethodID GetYuzuDeviceVibrate(); jmethodID GetYuzuDeviceGetAxes(); jmethodID GetYuzuDeviceHasKeys(); - -} // namespace Common::Android +jmethodID GetAddNetPlayMessage(); +jmethodID ClearChat(); +} // namespace Android |
