dolphin-emulator/Source/UnitTests
LillyJadeKatrin c23b4e1020 RetroAchievements: Updated PatchAllowlistTest to generate new allowlist
Refactors the PatchAllowlistTest to streamline the experience for developers. Instead of a textual description of what needs to change in ApprovedInis.json for RetroAchievements compatibility, the test will now generate a replacement file and instruct the coder where to copy it in their local branch, and what to update APPROVED_LIST_HASH to. The result should be easier and more instructive for developers to make changes, while still maintaining that allowed codes cannot be added or modified without recompiling Dolphin.

As ApprovedInis.json no longer needs to be user-readable for this process, it no longer contains titles or pretty formatting and as such is updated in this commit, hash included.
2025-05-21 21:38:34 -04:00
..
Common UnitTests/Common: Use std::size for size calculation 2025-05-16 14:59:55 +02:00
Core RetroAchievements: Updated PatchAllowlistTest to generate new allowlist 2025-05-21 21:38:34 -04:00
VideoCommon VertexLoaderTest: Replace std::tie with structured bindings 2025-04-23 13:11:17 +02:00
CMakeLists.txt UnitTests: Delete output Sys folder before copying to it 2024-08-16 21:09:10 +02:00
StubHost.cpp GDBStub: Signal Breakpoint Changes To Host 2024-11-15 15:12:11 -08:00
UnitTests.vcxproj RetroAchievements: Updated PatchAllowlistTest to generate new allowlist 2025-05-21 21:38:34 -04: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