mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 07:21:14 +01:00
Merge pull request #9994 from JMC47/spongebobmovie
GameINI: SpongeBob SquarePants Movie QoL Settings
This commit is contained in:
commit
234859e2f3
@ -1,8 +1,20 @@
|
|||||||
# GGVD78, GGVE78, GGVP78, GGVX78 - The SpongeBob SquarePants Movie
|
# GGVD78, GGVE78, GGVP78, GGVX78 - The SpongeBob SquarePants Movie
|
||||||
|
|
||||||
[Core]
|
[Core]
|
||||||
|
# Values set here will override the main Dolphin settings.
|
||||||
|
|
||||||
|
[OnLoad]
|
||||||
|
# Add memory patches to be loaded once on boot here.
|
||||||
|
|
||||||
[OnFrame]
|
[OnFrame]
|
||||||
|
# Add memory patches to be applied every frame here.
|
||||||
|
|
||||||
[ActionReplay]
|
[ActionReplay]
|
||||||
[Gecko]
|
# Add action replay cheats here.
|
||||||
[Video_Settings]
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
|
# Fixes shadows at higher resolution.
|
||||||
|
# Option has no effect at 1x IR, so no reason not to enable.
|
||||||
|
VertexRounding = True
|
||||||
|
# Needed for some FMVs.
|
||||||
ImmediateXFBEnable = False
|
ImmediateXFBEnable = False
|
||||||
|
14
Data/Sys/GameSettings/GGVD78.ini
Normal file
14
Data/Sys/GameSettings/GGVD78.ini
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# GGVD78 - The SpongeBob SquarePants Movie
|
||||||
|
|
||||||
|
[OnFrame]
|
||||||
|
$EFB Copy Fix
|
||||||
|
0x804B9510:byte:0x00000000
|
||||||
|
|
||||||
|
[OnFrame_Enabled]
|
||||||
|
# This game renders an EFB copy with texture repeating enabled
|
||||||
|
# and it draws from texture coordinate 0.00390625 to 1.00390625.
|
||||||
|
# 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
Data/Sys/GameSettings/GGVE78.ini
Normal file
14
Data/Sys/GameSettings/GGVE78.ini
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# GGVE78 - The SpongeBob SquarePants Movie
|
||||||
|
|
||||||
|
[OnFrame]
|
||||||
|
$EFB Copy Fix
|
||||||
|
0x804B39D0:byte:0x00000000
|
||||||
|
|
||||||
|
[OnFrame_Enabled]
|
||||||
|
# This game renders an EFB copy with texture repeating enabled
|
||||||
|
# and it draws from texture coordinate 0.00390625 to 1.00390625.
|
||||||
|
# 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
Data/Sys/GameSettings/GGVP78.ini
Normal file
14
Data/Sys/GameSettings/GGVP78.ini
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# GGVP78 - The SpongeBob SquarePants Movie
|
||||||
|
|
||||||
|
[OnFrame]
|
||||||
|
$EFB Copy Fix
|
||||||
|
0x804B39D0:byte:0x00000000
|
||||||
|
|
||||||
|
[OnFrame_Enabled]
|
||||||
|
# This game renders an EFB copy with texture repeating enabled
|
||||||
|
# and it draws from texture coordinate 0.00390625 to 1.00390625.
|
||||||
|
# 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
Data/Sys/GameSettings/GGVX78.ini
Normal file
14
Data/Sys/GameSettings/GGVX78.ini
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# GGVX78 - The SpongeBob SquarePants Movie
|
||||||
|
|
||||||
|
[OnFrame]
|
||||||
|
$EFB Copy Fix
|
||||||
|
0x804BA014:byte:0x00000000
|
||||||
|
|
||||||
|
[OnFrame_Enabled]
|
||||||
|
# This game renders an EFB copy with texture repeating enabled
|
||||||
|
# and it draws from texture coordinate 0.00390625 to 1.00390625.
|
||||||
|
# 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
|
Loading…
x
Reference in New Issue
Block a user