MCPcopy Create free account
hub / github.com/cemu-project/Cemu / GetViewBaseAddress

Method GetViewBaseAddress

src/gui/debugger/DisasmCtrl.cpp:755–760  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

753}
754
755uint32 DisasmCtrl::GetViewBaseAddress() const
756{
757 if (GetViewStart().y < 0)
758 return MPTR_NULL;
759 return currentCodeRegionStart + GetViewStart().y * 4;
760}
761
762std::optional<MPTR> DisasmCtrl::LinePixelPosToAddress(sint32 posY)
763{

Callers 1

UpdateModuleLabelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected