mirror of
https://github.com/dolphin-emu/dolphin
synced 2024-11-04 20:43:44 -05:00
0c14b0c8a7
Prototype of a system to whitelist known game patches that are allowed to be used while RetroAchievements Hardcore mode is active. ApprovedInis.txt contains known hashes for the ini files as they appear in the repo, and can be compared to the local versions of these files to ensure they have not been edited locally by the player. ApprovedInis.txt is hashed and verified similarly first, with its hash residing as a const string within AchievementManager.h, ensuring ApprovedInis and the hashes within cannot be modified without editing Dolphin's source code and recompiling completely.
20 lines
567 B
INI
20 lines
567 B
INI
# GHAE08 - Resident Evil 2
|
|
|
|
[OnFrame]
|
|
# Work around a game bug that causes background sounds to be zeroed during load.
|
|
# The bug was masked on real hardware by dcache. This patch fully fixes the bug
|
|
# and should also work on real hardware. Dolphin doesn't emulate dcache because
|
|
# the performance hit would be huge.
|
|
$Fix audio issues
|
|
# main.dol
|
|
0x800339E4:dword:0x60000000
|
|
# leon.rel
|
|
0x8055ACBC:dword:0x60000000:0x4BAA8445
|
|
# claire.rel
|
|
0x8055AB54:dword:0x60000000:0x4BAA85AD
|
|
[OnFrame_Enabled]
|
|
$Fix audio issues
|
|
|
|
[Patches_RetroAchievements_Verified]
|
|
$Fix audio issues
|