Disable shader dumps
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user