Skip indirect ringbuffer errors - Thermonuclear war achieved

This commit is contained in:
Gliniak 2022-01-18 08:24:54 +01:00
parent 3a772e60b0
commit 9ed3881b3b
1 changed files with 1 additions and 1 deletions

View File

@ -453,7 +453,7 @@ void CommandProcessor::ExecuteIndirectBuffer(uint32_t ptr, uint32_t count) {
// Return up a level if we encounter a bad packet.
XELOGE("**** INDIRECT RINGBUFFER: Failed to execute packet.");
assert_always();
break;
//break;
}
} while (reader.read_count());