mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 04:20:28 +00:00
retroarch_logger: Fix linux build
This commit is contained in:
parent
3912b3fee4
commit
7660adeffd
@ -59,7 +59,7 @@
|
||||
#define RARCH_LOG_V(tag, fmt, vp) do { \
|
||||
if (RARCH_LOG_VERBOSE) \
|
||||
{ \
|
||||
fprintf(LOG_FILE, "RetroArch: %s: " __FUNCTION__); \
|
||||
fprintf(LOG_FILE, "RetroArch: %s: ", __FUNCTION__); \
|
||||
fprintf(LOG_FILE, tag);\
|
||||
vfprintf(LOG_FILE, fmt, vp); \
|
||||
fflush(LOG_FILE); \
|
||||
|
Loading…
x
Reference in New Issue
Block a user