Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/lib/demo/
DdemoGfx.c239 s32 gx2rDebugOptions=-1; in DEMOGfxInit() local
336 … sscanf(p+strlen("DEMO_GX2R_DEBUG_OPTIONS="), "%i", &gx2rDebugOptions); // allows hex notation in DEMOGfxInit()
389 if (gx2rDebugOptions==-1) in DEMOGfxInit()
391gx2rDebugOptions = GX2R_DEBUG_GUARD_BANDS_ENABLED | GX2R_DEBUG_LEAK_CHECK | GX2R_DEBUG_CHECK_GPU_C… in DEMOGfxInit()
395 if (gx2rDebugOptions!=-1) in DEMOGfxInit()
397 DEMOPrintf("DEMO: GX2R debug options=%#04x\n", gx2rDebugOptions); in DEMOGfxInit()
398 GX2RSetDebugOptions((GX2RDebugOptions)gx2rDebugOptions); in DEMOGfxInit()