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.
14 lines
452 B
INI
14 lines
452 B
INI
# RPBJ01 - Pokemon Battle Revolution
|
|
|
|
[OnFrame]
|
|
# Fixes black pixels on the bottom/right of the screen, and black in
|
|
# some move effects that apply distortion to the screen
|
|
# This fixes a bug in the base game, not an emulation issue
|
|
# See https://gist.github.com/Pokechu22/e9fa9037fe21312ff32475638b78ba27
|
|
$Fix black screen effects
|
|
0x80234580:dword:0x39080000
|
|
0x80234588:dword:0x38030000
|
|
|
|
[Patches_RetroAchievements_Verified]
|
|
$Fix black screen effects
|