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

Method contextCopyBottom

pcsx2-qt/Debugger/RegisterView.cpp:337–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335}
336
337void RegisterView::contextCopyBottom()
338{
339 const int categoryIndex = ui.registerTabs->currentIndex();
340 const u128 val = cpu().getRegister(categoryIndex, m_selectedRow);
341 QApplication::clipboard()->setText(FilledQStringFromValue(val.lo, 16));
342}
343
344void RegisterView::contextCopySegment()
345{

Callers

nothing calls this directly

Calls 2

FilledQStringFromValueFunction · 0.85
getRegisterMethod · 0.80

Tested by

no test coverage detected