Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
201
void 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
211
int DEV9irqHandler(void)
212
{
Callers
2
Initialize
Method · 0.85
Shutdown
Method · 0.85
Calls
3
TermNet
Function · 0.85
WriteLn
Method · 0.45
Close
Method · 0.45
Tested by
no test coverage detected