Skip to content

Commit

Permalink
gpu: reduce log spam
Browse files Browse the repository at this point in the history
  • Loading branch information
DHrpcs3 committed Oct 16, 2024
1 parent 208c245 commit ae6bb38
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 @@ -1193,9 +1193,6 @@ bool GraphicsPipe::eventWriteEop(Ring &ring) {
kGcEventGfxEop);
}

std::println("event write eop {}, {}, {}, {:x}, {}, {}, {}:{}", eventIndex,
dataSel, intSel, address, eventType, dataSel, dataHi, dataLo);

if (intSel != 0 && dataSel == 2) {
std::optional<EopFlipRequest> request;
int index = -1;
Expand Down

0 comments on commit ae6bb38

Please sign in to comment.