diff options
| author | Léo Lam <leo@innovatetechnologi.es> | 2019-05-24 14:30:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-24 14:30:52 +0200 |
| commit | 6eb7c525b2e88a45811b7e016ea3b4fae23c47ad (patch) | |
| tree | 317df8443464370000e9972adb9883d8da8aee4a /Source/Android/jni/MainAndroid.cpp | |
| parent | 702344ba9c9bcdae1d82a35e030908b406c90578 (diff) | |
| parent | 8417c78b7a0015ae8252fe0841c9e98e38f5745c (diff) | |
Merge pull request #7801 from GerbilSoft/feature/Discord-PPCTitleChanged
Update Discord rich presence when the PPC title changes
Diffstat (limited to 'Source/Android/jni/MainAndroid.cpp')
| -rw-r--r-- | Source/Android/jni/MainAndroid.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/Android/jni/MainAndroid.cpp b/Source/Android/jni/MainAndroid.cpp index ebb062ee8e..c297d5e541 100644 --- a/Source/Android/jni/MainAndroid.cpp +++ b/Source/Android/jni/MainAndroid.cpp @@ -155,6 +155,10 @@ void Host_UpdateProgressDialog(const char* caption, int position, int total) { } +void Host_TitleChanged() +{ +} + static bool MsgAlert(const char* caption, const char* text, bool yes_no, MsgType /*style*/) { __android_log_print(ANDROID_LOG_ERROR, DOLPHIN_TAG, "%s:%s", caption, text); |
