mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 21:58:48 +00:00
Merge #15
This commit is contained in:
parent
7d8fe0f105
commit
871da4e307
275 changed files with 33002 additions and 27474 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
17
Data/Sys/GameSettings/RSO.ini
Normal file
17
Data/Sys/GameSettings/RSO.ini
Normal 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 |
Loading…
Add table
Add a link
Reference in a new issue