mirror of
https://github.com/libretro/RetroArch
synced 2025-01-01 12:11:47 +00:00
(Salamander) Push quick fix for Salamander
This commit is contained in:
parent
09a89dcd2b
commit
5eebaedd18
@ -21,7 +21,11 @@
|
||||
#include <android/log.h>
|
||||
#endif
|
||||
|
||||
#ifdef IS_SALAMANDER
|
||||
#define LOG_FILE (stderr)
|
||||
#else
|
||||
#define LOG_FILE (g_extern.log_file ? g_extern.log_file : stderr)
|
||||
#endif
|
||||
|
||||
#if defined(RARCH_CONSOLE) && (defined(HAVE_LOGGER) || defined(_XBOX1))
|
||||
#include <logger_override.h>
|
||||
|
Loading…
Reference in New Issue
Block a user