Home
last modified time | relevance | path

Searched refs:psvDebugScreenPrintf (Results 1 – 2 of 2) sorted by relevance

/dports/games/OpenLara/OpenLara-b4b19f2/src/platform/psv/
H A DdebugScreen.h157 int psvDebugScreenPrintf(const char *format, ...) { in psvDebugScreenPrintf() function
170 psvDebugScreenPrintf("\e[38;2;%lu;%lu;%lum", (rgb>>16)&0xFF, (rgb>>8)&0xFF, rgb&0xFF); in psvDebugScreenSetFgColor()
173 psvDebugScreenPrintf("\e[48;2;%lu;%lu;%lum", (rgb>>16)&0xFF, (rgb>>8)&0xFF, rgb&0xFF); in psvDebugScreenSetBgColor()
/dports/games/OpenLara/OpenLara-b4b19f2/src/
H A Dutils.h58 #define LOG(...) psvDebugScreenPrintf(__VA_ARGS__)