mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 08:09:26 +01: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.
19 lines
446 B
INI
19 lines
446 B
INI
# GQPP78, GQPE78 - SpongeBob SquarePants: Battle for Bikini Bottom
|
|
|
|
[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 shadows at higher resolution.
|
|
# Option has no effect at 1x IR, so no reason not to enable.
|
|
VertexRounding = True
|