diff options
| author | Jordan Woyak <jordan.woyak@gmail.com> | 2025-11-29 16:23:54 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-29 16:23:54 -0600 |
| commit | 0c0cbbf57294ae8aa389454e9047f17dbc6ef39c (patch) | |
| tree | 2ef71e1bcef0a0b30b3d68ae39be49ed01ca4120 | |
| parent | 59d5e25f5f3dab24a9311035ea0339df82d40565 (diff) | |
| parent | 936415de4a0ace6ad7f0783d9fa4c33c4083a1dd (diff) | |
Merge pull request #14181 from jordan-woyak/frogger-shadow-vertex-rounding
GameSettings: Enable VertexRounding in Frogger: Ancient Shadow.
| -rw-r--r-- | Data/Sys/GameSettings/GFP.ini | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Data/Sys/GameSettings/GFP.ini b/Data/Sys/GameSettings/GFP.ini new file mode 100644 index 0000000000..0da029b41d --- /dev/null +++ b/Data/Sys/GameSettings/GFP.ini @@ -0,0 +1,5 @@ +# GFPEA4 - Frogger: Ancient Shadow + +[Video_Hacks] +# Fixes dark graphical artifacts and pixel wide gap at the top and left edges of the screen. +VertexRounding = True |
