Home
last modified time | relevance | path

Searched defs:NX_LOG (Results 1 – 3 of 3) sorted by relevance

/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/
H A Dnx_logger.h31 #define NX_LOG(...) do { \ macro
45 static INLINE void NX_LOG(const char *fmt, ...) { } in NX_LOG() function
H A Dlogger_override_xbox1.h28 static inline void NX_LOG(const char *msg, ...) in NX_LOG() function
/dports/games/taisei/taisei-1.3.2/src/
H A Darch_switch.c20 #define NX_LOG(str) NX_LOG_FMT("%s", str) macro