mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-23 02:11:38 +00:00
ANDROID: Log the ScummVM version
This commit is contained in:
parent
28e6859a69
commit
801f576f9c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user