Skip to content

Commit

Permalink
rpcsx-gpu: IT_SET_CONFIG_REG: removed wrong assert
Browse files Browse the repository at this point in the history
  • Loading branch information
DHrpcs3 committed Oct 4, 2024
1 parent 8d7686c commit 759616e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rpcsx-gpu/Pipe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1005,9 +1005,6 @@ bool GraphicsPipe::dmaData(Queue &queue) {
}

bool GraphicsPipe::setConfigReg(Queue &queue) {
rx::dieIf(queue.indirectLevel != 0, "setConfigReg from queue %d",
queue.indirectLevel);

auto len = rx::getBits(queue.rptr[0], 29, 16);
auto offset = queue.rptr[1] & 0xffff;
auto data = queue.rptr + 2;
Expand Down

0 comments on commit 759616e

Please sign in to comment.