[Scummvm-cvs-logs] scummvm master -> 801f576f9c36025068d13cb852082e5fc9d21e87

dhewg dhewg at wiibrew.org
Sun Apr 3 16:41:26 CEST 2011


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:
801f576f9c ANDROID: Log the ScummVM version


Commit: 801f576f9c36025068d13cb852082e5fc9d21e87
    https://github.com/scummvm/scummvm/commit/801f576f9c36025068d13cb852082e5fc9d21e87
Author: dhewg (dhewg at wiibrew.org)
Date: 2011-04-03T07:39:56-07:00

Commit Message:
ANDROID: Log the ScummVM version

Changed paths:
    backends/platform/android/jni.cpp



diff --git a/backends/platform/android/jni.cpp b/backends/platform/android/jni.cpp
index 92cb049..08a1491 100644
--- a/backends/platform/android/jni.cpp
+++ b/backends/platform/android/jni.cpp
@@ -26,6 +26,7 @@
 #if defined(__ANDROID__)
 
 #include "base/main.h"
+#include "base/version.h"
 #include "common/config-manager.h"
 #include "engines/engine.h"
 
@@ -403,6 +404,8 @@ void JNI::setAudioStop() {
 void JNI::create(JNIEnv *env, jobject self, jobject asset_manager,
 				jobject egl, jobject egl_display,
 				jobject at, jint audio_sample_rate, jint audio_buffer_size) {
+	LOGI(gScummVMFullVersion);
+
 	assert(!_system);
 
 	pause = false;






More information about the Scummvm-git-logs mailing list