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

Method contextCopyTop

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

Source from the content-addressed store, hash-verified

328}
329
330void RegisterView::contextCopyTop()
331{
332 const int categoryIndex = ui.registerTabs->currentIndex();
333 const u128 val = cpu().getRegister(categoryIndex, m_selectedRow);
334 QApplication::clipboard()->setText(FilledQStringFromValue(val.hi, 16));
335}
336
337void RegisterView::contextCopyBottom()
338{

Callers

nothing calls this directly

Calls 2

FilledQStringFromValueFunction · 0.85
getRegisterMethod · 0.80

Tested by

no test coverage detected