Use log_cb instead of printing directly

This commit is contained in:
Vladimir Serbinenko
2020-04-20 13:27:20 +02:00
parent 6b1dc161dc
commit 3fddf24a21
4 changed files with 30 additions and 30 deletions
-8
View File
@@ -41,14 +41,6 @@ extern char Key_Sate2[512];
extern int pauseg;
#if defined(__ANDROID__) || defined(ANDROID)
#include <android/log.h>
#define LOG_TAG "RetroArch.Atari800"
#define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__)
#else
#define LOGI printf
#endif
#define NPLGN 12
#define NLIGN 5
#define NLETT 5