diff options
| author | Patrick Ferry <8967997+PatrickFerry@users.noreply.github.com> | 2024-09-15 21:48:40 +0100 |
|---|---|---|
| committer | Patrick Ferry <8967997+PatrickFerry@users.noreply.github.com> | 2024-09-15 21:48:44 +0100 |
| commit | a51d87bc3d8ef36fc09fe5ba87b85bcfd36e5f86 (patch) | |
| tree | 717ed06efebe27c82aadc58004ce2e1c24ca49be | |
| parent | a5209738fe5ce6683566f72c960b7db6f44861a5 (diff) | |
GameINI: Enable Vertex Rounding for "Teenage Mutant Ninja Turtles 2: Battle Nexus"
ImmediateXFBEnable was disabled originally when enabling VertexRounding was intended
https://bugs.dolphin-emu.org/issues/10186
| -rw-r--r-- | Data/Sys/GameSettings/GNI.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Data/Sys/GameSettings/GNI.ini b/Data/Sys/GameSettings/GNI.ini index 6682620f10..036070e53d 100644 --- a/Data/Sys/GameSettings/GNI.ini +++ b/Data/Sys/GameSettings/GNI.ini @@ -13,4 +13,4 @@ # Add action replay cheats here. [Video_Hacks] -ImmediateXFBEnable = False +VertexRounding = True |
