mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07: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.
16 lines
287 B
INI
16 lines
287 B
INI
# GNHE5d - NHL HITZ 2002
|
|
|
|
[OnLoad]
|
|
# Add memory patches to be loaded once on boot here.
|
|
|
|
[OnFrame]
|
|
# Add memory patches to be applied every frame here.
|
|
$Nop Hack
|
|
0x80025BA0:dword:0x60000000
|
|
|
|
[Patches_RetroAchievements_Verified]
|
|
$Nop Hack
|
|
|
|
[ActionReplay]
|
|
# Add action replay cheats here.
|