Home
last modified time | relevance | path

Searched refs:OSDebugStrIfConnected (Results 1 – 3 of 3) sorted by relevance

/CafeSDK-2.12.13/system/include/windows/
Dos.h43 #define OSDebugStrIfConnected(message) macro
/CafeSDK-2.12.13/system/include/cafe/
Dos.h291 #define OSDebugStrIfConnected(message) do { if (OSIsDebuggerPresent()) OSDebugStr(message); } while… macro
297 extern void OSDebugStrIfConnected(const char *message);
/CafeSDK-2.12.13/system/src/lib/demo/
DdemoGfx.c737 OSDebugStrIfConnected(0); in DEMOGfxWaitForSwap()