diff options
| author | Martino Fontana <tinozzo123@gmail.com> | 2025-11-07 16:35:47 +0100 |
|---|---|---|
| committer | Martino Fontana <tinozzo123@gmail.com> | 2026-04-25 10:45:25 +0200 |
| commit | c96d1b7b4aec71371ddd82ee210dcf232d79cf47 (patch) | |
| tree | c3a448448b379db6cee2e3fce0e66e68c10ddd88 /Source/UnitTests | |
| parent | a94854309b36980f302a502303a50aa356688bd4 (diff) | |
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 |
