mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 22:56:52 +01:00
Game INI updates
This commit is contained in:
parent
290204e65c
commit
ec5f5b7600
@ -6,7 +6,7 @@
|
||||
[EmuState]
|
||||
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||
EmulationStateId = 5
|
||||
EmulationIssues =
|
||||
EmulationIssues = Needs real xfb for the videos to work.
|
||||
|
||||
[OnLoad]
|
||||
# Add memory patches to be loaded once on boot here.
|
||||
|
@ -1,4 +1,4 @@
|
||||
# NANE01 - Pokemon Puzzle
|
||||
# NANE01 - Pokémon Puzzle League
|
||||
|
||||
[Core]
|
||||
# Values set here will override the main Dolphin settings.
|
||||
|
21
Data/Sys/GameSettings/SNG.ini
Normal file
21
Data/Sys/GameSettings/SNG.ini
Normal file
@ -0,0 +1,21 @@
|
||||
# SNGEJJ, SNGPLG - Get Fit with Mel B
|
||||
|
||||
[Core]
|
||||
# Values set here will override the main Dolphin settings.
|
||||
|
||||
[EmuState]
|
||||
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||
EmulationStateId =
|
||||
EmulationIssues = If part of the text is corrupt, increase the texture cache accuracy
|
||||
|
||||
[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_Settings]
|
||||
SafeTextureCacheColorSamples = 0
|
@ -1,4 +1,4 @@
|
||||
# WTXPJS - Texas Hold'em Tournament
|
||||
# WTXEJS, WTXPJS - Texas Hold'em Tournament
|
||||
|
||||
[Core]
|
||||
# Values set here will override the main Dolphin settings.
|
||||
@ -17,3 +17,6 @@ EmulationIssues =
|
||||
[ActionReplay]
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Settings]
|
||||
UseXFB = True
|
||||
UseRealXFB = True
|
||||
|
Loading…
x
Reference in New Issue
Block a user