mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 08:09:26 +01:00
Merge pull request #10071 from JMC47/scoobyvertexrounding
GameINI: Add Vertex Rounding to Scooby-Doo: Night of 100 Frights
This commit is contained in:
commit
16a903890c
18
Data/Sys/GameSettings/GIH.ini
Normal file
18
Data/Sys/GameSettings/GIH.ini
Normal file
@ -0,0 +1,18 @@
|
||||
# GIHE78, GIHP78, GIHF78, GIHD78 - Scooby-Doo! Night of 100 Frights
|
||||
|
||||
[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]
|
||||
# Fixes offset in upper left of screen at higher resolutions.
|
||||
# Option has no effect at 1x IR, so no reason not to enable.
|
||||
VertexRounding = True
|
Loading…
x
Reference in New Issue
Block a user