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

Method contextPaste

pcsx2-qt/Debugger/Memory/MemoryView.cpp:891–894  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

889}
890
891void MemoryView::contextPaste()
892{
893 m_table.InsertAtCurrentSelection(QApplication::clipboard()->text(), cpu());
894}
895
896void MemoryView::contextGoToAddress()
897{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected