Home
last modified time | relevance | path

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

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