Disable shader dumps

This commit is contained in:
Alex Deucher 2009-07-14 18:01:29 -04:00
parent f4646f3247
commit a1ecbb2356

View file

@ -55,6 +55,9 @@ void DumpHwBinary(int type, void *addr, int size)
{
int i;
unsigned int *pHw = (unsigned int *)addr;
return;
switch (type)
{
case DUMP_PIXEL_SHADER: