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

Function USBclose

pcsx2/USB/USB.cpp:140–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140void USBclose()
141{
142 for (u32 port = 0; port < USB::NUM_PORTS; port++)
143 USB::DestroyDevice(port);
144
145 free(s_qemu_ohci);
146 s_qemu_ohci = nullptr;
147}
148
149void USBreset()
150{

Callers 2

InitializeMethod · 0.85
ShutdownMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected