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

Function USBreset

pcsx2/USB/USB.cpp:149–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149void USBreset()
150{
151 s_usb_clocks = 0;
152 s_usb_remaining = 0;
153 g_usb_last_cycle = 0;
154 ohci_hard_reset(s_qemu_ohci);
155}
156
157u8 USBread8(u32 addr)
158{

Callers 2

hwResetFunction · 0.85
DoStateMethod · 0.85

Calls 1

ohci_hard_resetFunction · 0.85

Tested by

no test coverage detected