Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ gotoProgramCounterOnPause
Method
gotoProgramCounterOnPause
pcsx2-qt/Debugger/DisassemblyView.cpp:1003–1007 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1001
}
1002
1003
void DisassemblyView::gotoProgramCounterOnPause()
1004
{
1005
if (m_goToProgramCounterOnPause)
1006
gotoAddress(cpu().getPC(), false);
1007
}
1008
1009
void DisassemblyView::gotoAddress(u32 address, bool should_set_focus)
1010
{
Callers
nothing calls this directly
Calls
1
getPC
Method · 0.80
Tested by
no test coverage detected