mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 22:34:54 +00:00
Quick GameINI update for Sonic Heroes
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.
This commit is contained in:
parent
f8c679bab9
commit
5a2565ecee
1 changed files with 3 additions and 2 deletions
|
@ -12,8 +12,9 @@
|
||||||
[ActionReplay]
|
[ActionReplay]
|
||||||
# Add action replay cheats here.
|
# Add action replay cheats here.
|
||||||
|
|
||||||
|
[Video_Hacks]
|
||||||
|
VertexRounding = True
|
||||||
|
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
SafeTextureCacheColorSamples = 0
|
SafeTextureCacheColorSamples = 0
|
||||||
InternalResolution = 1
|
|
||||||
MSAA = 0
|
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
|
Loading…
Add table
Reference in a new issue