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

Method refreshData

pcsx2-qt/Debugger/ModuleModel.cpp:128–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128void ModuleModel::refreshData()
129{
130 beginResetModel();
131 m_modules = m_cpu.GetModuleList();
132 endResetModel();
133}
134
135#include "moc_ModuleModel.cpp"

Callers

nothing calls this directly

Calls 1

GetModuleListMethod · 0.80

Tested by

no test coverage detected