mirror of
https://github.com/Pecusx/libretro-atari800.git
synced 2026-05-21 21:33:56 +02:00
Use log_cb instead of printing directly
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user