[Scummvm-git-logs] scummvm master -> a211e9db2b7cc02bff5cfa4c00d0296a04840880
sev-
sev at scummvm.org
Mon May 11 08:07:22 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
a211e9db2b ANDROID: Instantiate static class variable
Commit: a211e9db2b7cc02bff5cfa4c00d0296a04840880
https://github.com/scummvm/scummvm/commit/a211e9db2b7cc02bff5cfa4c00d0296a04840880
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-05-11T10:06:58+02:00
Commit Message:
ANDROID: Instantiate static class variable
Changed paths:
backends/platform/android/jni-android.cpp
diff --git a/backends/platform/android/jni-android.cpp b/backends/platform/android/jni-android.cpp
index 6f34aa3312..11b0fa400f 100644
--- a/backends/platform/android/jni-android.cpp
+++ b/backends/platform/android/jni-android.cpp
@@ -99,6 +99,8 @@ jmethodID JNI::_MID_AudioTrack_play = 0;
jmethodID JNI::_MID_AudioTrack_stop = 0;
jmethodID JNI::_MID_AudioTrack_write = 0;
+PauseToken _pauseToken;
+
const JNINativeMethod JNI::_natives[] = {
{ "create", "(Landroid/content/res/AssetManager;"
"Ljavax/microedition/khronos/egl/EGL10;"
More information about the Scummvm-git-logs
mailing list