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

Method getCpuType

pcsx2/DebugTools/DebugInterface.cpp:215–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213// *****************************************************************************
214
215BreakPointCpu R5900DebugInterface::getCpuType()
216{
217 return BREAKPOINT_EE;
218}
219
220static int InvalidReadResult(bool* valid)
221{

Callers 15

contextRunToCursorMethod · 0.80
paintEventMethod · 0.80
toggleBreakpointMethod · 0.80
onStepIntoMethod · 0.80
onStepOverMethod · 0.80
onStepOutMethod · 0.80
setCpuMethod · 0.80
setCpuOverrideMethod · 0.80
getInstanceMethod · 0.80
openContextMenuMethod · 0.80
BreakpointModelMethod · 0.80
getInstanceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected