diff --git a/pcsx2/DEV9/smap.cpp b/pcsx2/DEV9/smap.cpp index 6ce5d976a0152..a7467bd25fe53 100644 --- a/pcsx2/DEV9/smap.cpp +++ b/pcsx2/DEV9/smap.cpp @@ -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