dolphin/Source/Core/DolphinNoGUI
mitaclaw b52a08d533 DolphinQt: A Ubiquitous Signal For When Symbols Change
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.
2024-03-28 09:57:22 -07:00
..
CMakeLists.txt Add MacOS Platform 2023-06-01 09:01:20 -05:00
DolphinNoGUI.exe.manifest
DolphinNoGUI.rc
DolphinNoGUI.vcxproj
DolphinNoGUI.vcxproj.filters
MainNoGUI.cpp DolphinQt: A Ubiquitous Signal For When Symbols Change 2024-03-28 09:57:22 -07:00
Platform.cpp Core: Move Emulation IOS instance to System. 2024-02-07 22:07:30 +01:00
Platform.h Add MacOS Platform 2023-06-01 09:01:20 -05:00
PlatformFBDev.cpp Core: Avoid (Some) Global System Accessor 2024-03-18 01:35:42 -07:00
PlatformHeadless.cpp Core: Avoid (Some) Global System Accessor 2024-03-18 01:35:42 -07:00
PlatformMacos.mm Merge pull request #12606 from mitaclaw/state-global-system 2024-03-22 04:27:12 +01:00
PlatformWin32.cpp Core: Avoid (Some) Global System Accessor 2024-03-18 01:35:42 -07:00
PlatformX11.cpp Merge pull request #12606 from mitaclaw/state-global-system 2024-03-22 04:27:12 +01:00
resource.h