blob: 26c5bc2a7f37dda4164c7b0dd4f6f3180c5bf8e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# 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
|