diff options
| author | JMC47 <JMC4789@gmail.com> | 2026-04-27 13:09:00 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-27 13:09:00 -0400 |
| commit | 6409c5beb3e02e48e124619a4a3c4d1faa26d6ff (patch) | |
| tree | 3b520bb0fecff9ece947dcfc469a0c7da74e2a77 /Source/UnitTests | |
| parent | 4609cbf35bb2b3796a5abb588ba1c76f22b1bfcc (diff) | |
| parent | c96d1b7b4aec71371ddd82ee210dcf232d79cf47 (diff) | |
Merge pull request #13931 from SuperSamus/pikmin-squared-60fps
GameINI: Add 60 FPS code for Pikmin Squared
Diffstat (limited to 'Source/UnitTests')
| -rw-r--r-- | Source/UnitTests/Core/PatchAllowlistTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/UnitTests/Core/PatchAllowlistTest.cpp b/Source/UnitTests/Core/PatchAllowlistTest.cpp index 022e533112..b7ac220f61 100644 --- a/Source/UnitTests/Core/PatchAllowlistTest.cpp +++ b/Source/UnitTests/Core/PatchAllowlistTest.cpp @@ -132,7 +132,7 @@ TEST(PatchAllowlist, VerifyHashes) { ADD_FAILURE() << "Approved list hash does not match the one in AchievementApprovedHash.h." << std::endl - << "Please update APPROVED_LIST_HASH to the following:" << std::endl + << "Please update ACHIEVEMENT_APPROVED_LIST_HASH to the following:" << std::endl << Common::SHA1::DigestToSource(digest); } // Compare with old allowlist |
