Skip to content

Commit

Permalink
Approve Super Mario Sunshine Widescreen Gecko Code
Browse files Browse the repository at this point in the history
  • Loading branch information
LillyJadeKatrin committed Nov 30, 2024
1 parent 8109843 commit 51435b6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Data/Sys/ApprovedInis.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,10 @@
"title": "Gladius",
"3D0894616C9A7FA5ED91C1D2F461BF14DF47ECEC": "Fix freeze in opening cutscene"
},
"GMSE01": {
"title": "Super Mario Sunshine",
"BD718F961DBA5372B1D0257D454D535746C453A0": "Widescreen"
},
"GNHE5d": {
"title": "NHL HITZ 2002",
"89393A24E2336841AA4CD0AD3BE1C9A66B89E9EF": "Nop Hack"
Expand Down
3 changes: 3 additions & 0 deletions Data/Sys/GameSettings/GMSE01.ini
Original file line number Diff line number Diff line change
Expand Up @@ -175,3 +175,6 @@ C2363138 00000009
7C631670 54A5F0BE
7C630194 7C630214
60000000 00000000

[Gecko_RetroAchievements_Verified]
$Widescreen
4 changes: 2 additions & 2 deletions Source/Core/Core/AchievementManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ class AchievementManager
static constexpr std::string_view BLUE = "#0B71C1";
static constexpr std::string_view APPROVED_LIST_FILENAME = "ApprovedInis.json";
static const inline Common::SHA1::Digest APPROVED_LIST_HASH = {
0xCC, 0xB4, 0x05, 0x2D, 0x2B, 0xEE, 0xF4, 0x06, 0x4A, 0xC9,
0x57, 0x5D, 0xA9, 0xE9, 0xDE, 0xB7, 0x98, 0xF8, 0x1A, 0x6D};
0xA4, 0x98, 0x59, 0x23, 0x10, 0x56, 0x45, 0x30, 0xA9, 0xC5,
0x68, 0x5A, 0xB6, 0x47, 0x67, 0xF8, 0xF0, 0x7D, 0x1D, 0x14};

struct LeaderboardEntry
{
Expand Down

0 comments on commit 51435b6

Please sign in to comment.