mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
7b07037723
This enables Vertex Rounding Hack and has a game patch for two bugs resulting from game choices. The game draws an efb copy at coordinate 0.00195313 to 1.00195 repeating which only works due to how the numbers work out at low resolution. The Vertex Rounding Hack is a null operation on 1x IR, so there should be no concern enabling it by default since higher resolutions are completely broken without it.
15 lines
493 B
INI
15 lines
493 B
INI
# GQPP78 - SpongeBob SquarePants: Battle for Bikini Bottom
|
|
|
|
[OnFrame]
|
|
$EFB Copy Fix
|
|
0x803CD414:byte:0x00000000
|
|
|
|
[OnFrame_Enabled]
|
|
# This game renders an EFB copy with texture repeating enabled
|
|
# and it draws from texture coordinate 0.00195313 to 1.00195.
|
|
# This only works on console and 1x IR due to low precision.
|
|
# "EFB Copy Fix" adjusts the region to not cause bugs at higher
|
|
# resolutions. In order for this patch to fully work, the
|
|
# Vertex Rounding Hack must be enabled.
|
|
$EFB Copy Fix
|