dolphin/Data/Sys/GameSettings/SGLPA4.ini
LillyJadeKatrin 0c14b0c8a7 Add Approved Patch Allowlist for Achievements
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.
2024-07-07 13:42:09 -04:00

12 lines
390 B
INI

# SGLPA4 - Gormiti: The Lords of Nature!
[OnFrame]
# Fixes black screen ingame, see https://bugs.dolphin-emu.org/issues/12436
# This NOPs out UpdateFade's call to RenderFade. We are probably emulating the way the fade works
# incorrectly, but for now this patch makes the game playable.
$Fix black screen
0x801D59C8:dword:0x60000000
[Patches_RetroAchievements_Verified]
$Fix black screen