mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
Merge branch 'master' of https://github.com/leiradel/RetroArch
This commit is contained in:
commit
804ff7df1a
@ -217,7 +217,8 @@ static INLINE void RARCH_LOG_V(const char *tag, const char *fmt, va_list ap)
|
|||||||
__android_log_vprint(prio, PROGRAM_NAME, fmt, ap);
|
__android_log_vprint(prio, PROGRAM_NAME, fmt, ap);
|
||||||
#else
|
#else
|
||||||
fprintf(LOG_FILE, "%s %s :: ", PROGRAM_NAME, tag ? tag : "[INFO]");
|
fprintf(LOG_FILE, "%s %s :: ", PROGRAM_NAME, tag ? tag : "[INFO]");
|
||||||
vfprintf(LOG_FILE, fmt, ap);
|
vfprintf(LOG_FILE, fmt, ap);
|
||||||
|
fflush(LOG_FILE);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user