Fix log message for android logcat to reflect actual core name.

This commit is contained in:
root 2017-08-21 20:05:27 -07:00
parent 9ae5626de1
commit 479ed5da60

View File

@ -43,7 +43,7 @@ extern int pauseg;
#if defined(__ANDROID__) || defined(ANDROID)
#include <android/log.h>
#define LOG_TAG "RetroArch.Vice"
#define LOG_TAG "RetroArch.Atari800"
#define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__)
#else
#define LOGI printf