mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
retro_log.h - hacky but necessary to get it to work
This commit is contained in:
parent
f1edf1210c
commit
62a556e8ce
@ -65,17 +65,14 @@ FILE *retro_main_log_file(void);
|
|||||||
#define PROGRAM_NAME "N/A"
|
#define PROGRAM_NAME "N/A"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef RARCH_INTERNAL
|
||||||
|
#include "../../runloop.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
static INLINE bool RARCH_LOG_VERBOSE(void)
|
static INLINE bool RARCH_LOG_VERBOSE(void)
|
||||||
{
|
{
|
||||||
bool *verbose = NULL;
|
bool *verbose = NULL;
|
||||||
#ifdef RARCH_INTERNAL
|
#ifdef RARCH_INTERNAL
|
||||||
#ifdef __cplusplus
|
|
||||||
extern "C" bool *retro_main_verbosity(void);
|
|
||||||
#else
|
|
||||||
extern bool *retro_main_verbosity(void);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
verbose = retro_main_verbosity();
|
verbose = retro_main_verbosity();
|
||||||
#endif
|
#endif
|
||||||
if (!verbose)
|
if (!verbose)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user