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

Function DEV9close

pcsx2/DEV9/DEV9.cpp:201–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201void DEV9close()
202{
203 DevCon.WriteLn("DEV9: DEV9close");
204
205 dev9.dma_iop_ptr = nullptr;
206 dev9.ata->Close();
207 TermNet();
208 isRunning = false;
209}
210
211int DEV9irqHandler(void)
212{

Callers 2

InitializeMethod · 0.85
ShutdownMethod · 0.85

Calls 3

TermNetFunction · 0.85
WriteLnMethod · 0.45
CloseMethod · 0.45

Tested by

no test coverage detected