mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 05:17:44 -07:00
Approve Super Mario Sunshine Widescreen Gecko Code
This commit is contained in:
parent
f0489c552a
commit
036a6cbbb3
@ -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"
|
||||
|
@ -175,3 +175,6 @@ C2363138 00000009
|
||||
7C631670 54A5F0BE
|
||||
7C630194 7C630214
|
||||
60000000 00000000
|
||||
|
||||
[Gecko_RetroAchievements_Verified]
|
||||
$Widescreen
|
||||
|
@ -80,8 +80,8 @@ public:
|
||||
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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user