mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 05:17:44 -07:00
Merge pull request #13184 from LillyJadeKatrin/retroachievements-forever-dim
Add Approved Patches - Eternal Darkness, Monster Hunter Tri
This commit is contained in:
commit
deee3ee410
@ -44,6 +44,18 @@
|
||||
"title": "Dead to Rights",
|
||||
"E23D98B2CE185C3993A40F2495D37E41B971BF91": "Fix audio issues"
|
||||
},
|
||||
"GEDE01": {
|
||||
"title": "Eternal Darkness",
|
||||
"21068C3CE905FB0CFFAA7408A93154AF8A5295A2": "Fix startup hang"
|
||||
},
|
||||
"GEDJ01": {
|
||||
"title": "Eternal Darkness",
|
||||
"7061F3CF11BF64D3BA7F32CCF2BAC42FF3614AB6": "Fix startup hang"
|
||||
},
|
||||
"GEDP01": {
|
||||
"title": "Eternal Darkness",
|
||||
"6F1B00517CBA30BEB738EAA90E71221378CD570D": "Fix startup hang"
|
||||
},
|
||||
"GEME7F": {
|
||||
"title": "Egg Mania: Eggstreme Madness",
|
||||
"CB04E00918C9C0F161715D21D046ED6620F7ADEF": "Force Progressive Scan"
|
||||
@ -236,6 +248,14 @@
|
||||
"title": "Ten Pin Alley 2",
|
||||
"793642AC6862C2F3412035A9E3D7172CC4A1D5C7": "Fix crash on main menu"
|
||||
},
|
||||
"RMHE08": {
|
||||
"title": "Monster Hunter Tri",
|
||||
"CCF233DA57B3E75221870DE502955114B0D4E7FA": "Bloom OFF"
|
||||
},
|
||||
"RMHJ08": {
|
||||
"title": "Monster Hunter Tri",
|
||||
"29D3625B7ED577587E56AA07CB0EB8C47C97E823": "Bloom OFF"
|
||||
},
|
||||
"RMHP08": {
|
||||
"title": "Monster Hunter Tri",
|
||||
"1720C1173D4698167080DBFC4232F21757C4DA08": "Bloom OFF"
|
||||
|
@ -6,3 +6,6 @@ $Fix startup hang
|
||||
|
||||
[OnFrame_Enabled]
|
||||
$Fix startup hang
|
||||
|
||||
[Patches_RetroAchievements_Verified]
|
||||
$Fix startup hang
|
||||
|
@ -6,3 +6,6 @@ $Fix startup hang
|
||||
|
||||
[OnFrame_Enabled]
|
||||
$Fix startup hang
|
||||
|
||||
[Patches_RetroAchievements_Verified]
|
||||
$Fix startup hang
|
||||
|
@ -6,3 +6,6 @@ $Fix startup hang
|
||||
|
||||
[OnFrame_Enabled]
|
||||
$Fix startup hang
|
||||
|
||||
[Patches_RetroAchievements_Verified]
|
||||
$Fix startup hang
|
||||
|
@ -8,3 +8,6 @@ $Bloom OFF
|
||||
|
||||
[ActionReplay]
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Patches_RetroAchievements_Verified]
|
||||
$Bloom OFF
|
||||
|
@ -12,3 +12,6 @@ SafeTextureCacheColorSamples = 0
|
||||
|
||||
[ActionReplay]
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Patches_RetroAchievements_Verified]
|
||||
$Bloom OFF
|
||||
|
@ -11,3 +11,6 @@ $Bloom OFF
|
||||
|
||||
[ActionReplay]
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Patches_RetroAchievements_Verified]
|
||||
$Bloom OFF
|
||||
|
@ -70,8 +70,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 = {
|
||||
0x50, 0x2F, 0x58, 0x02, 0x94, 0x60, 0x1B, 0x9F, 0x92, 0xC7,
|
||||
0x04, 0x17, 0x50, 0x2E, 0xF3, 0x09, 0x8C, 0x8C, 0xD6, 0xC0};
|
||||
0xCC, 0xB4, 0x05, 0x2D, 0x2B, 0xEE, 0xF4, 0x06, 0x4A, 0xC9,
|
||||
0x57, 0x5D, 0xA9, 0xE9, 0xDE, 0xB7, 0x98, 0xF8, 0x1A, 0x6D};
|
||||
|
||||
struct LeaderboardEntry
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user