Skip to content

Commit

Permalink
Merge pull request #9989 from JMC47/sbbfbbpatch
Browse files Browse the repository at this point in the history
GameINI: SpongeBob SquarePants: Battle For Bikini Bottom Quality of Life settings
  • Loading branch information
leoetlino committed Aug 3, 2021
2 parents 4b022a4 + 7b07037 commit 45cddda
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Data/Sys/GameSettings/GQP.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# 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
14 changes: 14 additions & 0 deletions Data/Sys/GameSettings/GQPE78.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# GQPE78 - SpongeBob SquarePants: Battle for Bikini Bottom

[OnFrame]
$EFB Copy Fix
0x803CD04C: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
14 changes: 14 additions & 0 deletions Data/Sys/GameSettings/GQPP78.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# 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

0 comments on commit 45cddda

Please sign in to comment.