MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / smap_async

Function smap_async

pcsx2/DEV9/smap.cpp:862–871  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

860}
861
862void smap_async(u32 cycles)
863{
864 if (fireIntR)
865 {
866 fireIntR = false;
867 //Is this used to signal each individual packet, or just when there are packets in the RX fifo?
868 //I think it just signals when there are packets in the RX fifo
869 _DEV9irq(SMAP_INTR_RXEND, 0); //Make the call to _DEV9irq in a thread safe way
870 }
871}

Callers 1

DEV9asyncFunction · 0.85

Calls 1

_DEV9irqFunction · 0.85

Tested by

no test coverage detected