fix the undefined command 0xDD 00000000 which may have been causing undetected problems

This commit is contained in:
zeromus 2009-09-22 22:32:55 +00:00
parent 3a74300a72
commit e3b223d046
1 changed files with 3 additions and 3 deletions

View File

@ -110,9 +110,9 @@ public:
if(size()>0 && (front().command == 0x15 || front().command == GFX3D_NOP_NOARG_HACK || front().command == 0x11 || front().command == 0x41) && val != 0) {
//apparently a zero is swallowed in this case but if another value is sent
//processing will continue
//if(commandsPending.front() == GFX3D_NOP_NOARG_HACK)
//{}
//else
if(front().command == GFX3D_NOP_NOARG_HACK)
{}
else
{
//printf("gxf: sending hack %02X: (dummy=0)\n", front().command);
GFX_FIFOsend(front().command,0);