Fix log message for android logcat to reflect actual core name.
This commit is contained in:
@@ -43,7 +43,7 @@ extern int pauseg;
|
|||||||
|
|
||||||
#if defined(__ANDROID__) || defined(ANDROID)
|
#if defined(__ANDROID__) || defined(ANDROID)
|
||||||
#include <android/log.h>
|
#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__)
|
#define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__)
|
||||||
#else
|
#else
|
||||||
#define LOGI printf
|
#define LOGI printf
|
||||||
|
|||||||
Reference in New Issue
Block a user