Skip to content

Commit

Permalink
DEV9: Add a log for sent packets
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastRar committed Nov 28, 2024
1 parent 63b78fa commit 4059211
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pcsx2/DEV9/smap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ void tx_process()
// if we actualy send something set TXEND
if (cnt != 0)
{
Console.WriteLn("DEV9: SMAP: Sent %d packets", cnt);
_DEV9irq(SMAP_INTR_TXEND, 100); //now ? or when the fifo is empty ? i guess now atm
}
else
Expand Down

0 comments on commit 4059211

Please sign in to comment.