Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
149
void 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
157
u8 USBread8(u32 addr)
158
{
Callers
2
hwReset
Function · 0.85
DoState
Method · 0.85
Calls
1
ohci_hard_reset
Function · 0.85
Tested by
no test coverage detected