mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-06 13:26:58 -05:00
For the HP bars in games like Pokémon Emerald, not even 2048 is enough. Let's go all the way to Safe.
13 lines
410 B
INI
13 lines
410 B
INI
# UGPP01, UGPE01, UGPJ01 - Game Boy Player
|
|
|
|
[Core]
|
|
# Attach Game Boy Player hardware.
|
|
HSPDevice = 2
|
|
# Overclock to work around sporadic audio/video stream failures.
|
|
Overclock = 1.25
|
|
OverclockEnable = True
|
|
|
|
[Video_Settings]
|
|
# Fixes old frames being shown when a game only updates a small part of the screen. Examples include gradually revealed text and the HP bars in Pokémon.
|
|
SafeTextureCacheColorSamples = 0
|