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

Function DEV9async

pcsx2/DEV9/DEV9.cpp:1124–1128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1122}
1123
1124void DEV9async(u32 cycles)
1125{
1126 smap_async(cycles);
1127 dev9.ata->Async(cycles);
1128}
1129
1130void DEV9CheckChanges(const Pcsx2Config& old_config)
1131{

Callers 1

psxRcntUpdateFunction · 0.85

Calls 2

smap_asyncFunction · 0.85
AsyncMethod · 0.80

Tested by

no test coverage detected