mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-11-27 20:03:35 +00:00
There were three distinct mechanisms for signaling symbol changes in DolphinQt: `Host::NotifyMapLoaded`, `MenuBar::NotifySymbolsUpdated`, and `CodeViewWidget::SymbolsChanged`. The behavior of these signals has been consolidated into the new `Host::PPCSymbolsUpdated` signal, which can be emitted from anywhere in DolphinQt to properly update symbols everywhere in DolphinQt. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| ConvertCommand.cpp | ||
| ConvertCommand.h | ||
| DolphinTool.exe.manifest | ||
| DolphinTool.filters | ||
| DolphinTool.rc | ||
| DolphinTool.vcxproj | ||
| HeaderCommand.cpp | ||
| HeaderCommand.h | ||
| resource.h | ||
| ToolHeadlessPlatform.cpp | ||
| ToolMain.cpp | ||
| VerifyCommand.cpp | ||
| VerifyCommand.h | ||