mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
gpu: reduce log spam
This commit is contained in:
parent
208c245e95
commit
ae6bb38073
1 changed files with 0 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue