mirror of
https://github.com/libretro/dolphin
synced 2024-11-08 14:33:54 -05:00
5a2565ecee
Closes emulator issue #10186 This adds Vertex Rounding to the Sonic Heroes' GameINI (allowing you enjoy Sonic Heroes in higher resolution without problem) and then removed the forced 1x Native and Anti-Aliasing settings as they are not needed when Vertex Rounding is enabled.
21 lines
389 B
INI
21 lines
389 B
INI
# G9SE8P, G9SJ8P, G9SP8P - SONIC HEROES
|
|
|
|
[Core]
|
|
# Values set here will override the main Dolphin settings.
|
|
|
|
[OnLoad]
|
|
# Add memory patches to be loaded once on boot here.
|
|
|
|
[OnFrame]
|
|
# Add memory patches to be applied every frame here.
|
|
|
|
[ActionReplay]
|
|
# Add action replay cheats here.
|
|
|
|
[Video_Hacks]
|
|
VertexRounding = True
|
|
|
|
[Video_Settings]
|
|
SafeTextureCacheColorSamples = 0
|
|
MaxAnisotropy = 0
|