dolphin-emulator/Source/UnitTests
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
..
Common Add simple unit tests for SettingsHandler 2024-03-01 20:52:45 -08:00
Core Migrate SConfig::bWii to System. 2024-01-31 12:54:07 +01:00
VideoCommon VertexLoaderTest: Resolve -Wdangling-else warnings 2023-12-11 18:45:25 -05:00
CMakeLists.txt CMake: Set --output-on-failure flag for unittests target. 2023-05-14 04:52:50 +02:00
StubHost.cpp DolphinQt: A Ubiquitous Signal For When Symbols Change 2024-03-28 09:57:22 -07:00
UnitTests.vcxproj Add simple unit tests for SettingsHandler 2024-03-01 20:52:45 -08:00
UnitTests.vcxproj.user msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
UnitTestsMain.cpp Core: Assert that only the Host thread may call PauseAndLock(). 2023-06-02 18:51:43 +02:00