This commit is contained in:
Nayla Hanegan 2023-05-26 15:52:58 -04:00
commit 871da4e307
No known key found for this signature in database
GPG key ID: BAFE9001DA16CFA2
275 changed files with 33002 additions and 27474 deletions

View file

@ -14,3 +14,7 @@
[Video_Settings]
SafeTextureCacheColorSamples = 0
# Many areas of the game have unused vertexes, especially with cutscenes
# involving Shadow Pokémon, such as the purification cutscene.
# CPU Cull ends up greatly boosting performance for these cases.
CPUCull = True

View file

@ -19,3 +19,7 @@ MMU = True
[Video_Settings]
# Fixes garbled text.
SafeTextureCacheColorSamples = 0
# Many areas of the game have unused vertexes, especially with cutscenes
# involving Shadow Pokémon, such as the purification cutscene.
# CPU Cull ends up greatly boosting performance for these cases.
CPUCull = True

View file

@ -0,0 +1,17 @@
# RSOE4Z, RSOP4Z - Solitaire & Mahjong
[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]
BBoxEnable = True
ImmediateXFBEnable = False

Binary file not shown.

Before

Width:  |  Height:  |  Size: 926 B