cell: turn off some debug output

This commit is contained in:
Brian 2008-04-01 14:55:31 -06:00
parent 9e7b730eb2
commit 9d1444092f

View file

@ -333,7 +333,7 @@ cmd_state_texture(const struct cell_command_texture *texture)
const uint width = texture->width;
const uint height = texture->height;
if (1||Debug) {
if (Debug) {
printf("SPU %u: TEXTURE [%u] at %p size %u x %u\n", spu.init.id,
texture->unit, texture->start,
texture->width, texture->height);