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 | |
| parent | a94854309b36980f302a502303a50aa356688bd4 (diff) | |
GameINI: Add 60 FPS code for Pikmin Squared
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Core/Core/AchievementApprovedHash.h | 4 | ||||
| -rw-r--r-- | Source/UnitTests/Core/PatchAllowlistTest.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Source/Core/Core/AchievementApprovedHash.h b/Source/Core/Core/AchievementApprovedHash.h index 2116fb2c49..94e5087d5a 100644 --- a/Source/Core/Core/AchievementApprovedHash.h +++ b/Source/Core/Core/AchievementApprovedHash.h @@ -9,5 +9,5 @@ static constexpr std::string_view ACHIEVEMENT_APPROVED_LIST_FILENAME = "Approved // After building tests, find the new hash with: // ./Binaries/Tests/tests --gtest_filter=PatchAllowlist.VerifyHashes static const inline Common::SHA1::Digest ACHIEVEMENT_APPROVED_LIST_HASH = { - 0xEA, 0x2F, 0x74, 0xA1, 0x6C, 0xF3, 0xB5, 0xD4, 0x8A, 0xAF, - 0x03, 0x30, 0x58, 0x2A, 0xE0, 0xF7, 0x0A, 0x88, 0x86, 0xB3}; + 0xAF, 0xF0, 0xE3, 0x45, 0xF0, 0xCD, 0x2C, 0x58, 0xA9, 0xC9, + 0x5C, 0x9F, 0x8C, 0x71, 0x8A, 0xB6, 0x28, 0x7F, 0x17, 0x89}; 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 |
