1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-07 03:13:49 +00:00

Correct tag in LOG.

This commit is contained in:
Sergey Lipskiy 2014-04-24 19:29:36 +07:00
parent 97e45b1de0
commit f95c7e4af0

2
Log.h
View File

@ -16,7 +16,7 @@
#define LOG(A, ...) \ #define LOG(A, ...) \
if (A <= LOG_LEVEL) \ if (A <= LOG_LEVEL) \
{ \ { \
__android_log_print(ANDROID_LOG_DEBUG, "gles2n64", __VA_ARGS__); \ __android_log_print(ANDROID_LOG_DEBUG, "GLideN64", __VA_ARGS__); \
} }
#else // ANDROID #else // ANDROID