mirror of
https://github.com/libretro/libretro-atari800.git
synced 2024-11-27 01:30:23 +00:00
Fix log message for android logcat to reflect actual core name.
This commit is contained in:
parent
9ae5626de1
commit
479ed5da60
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user