Merge pull request #13081 from PatrickFerry/gameini_fixing_mistakes_part_2
GameINI: Fixing More Mistakes
This commit is contained in:
commit
808d11c434
|
@ -13,8 +13,10 @@
|
||||||
# Add action replay cheats here.
|
# Add action replay cheats here.
|
||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
|
# Works around graphical corruption on ground
|
||||||
VertexRounding = True
|
VertexRounding = True
|
||||||
|
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
SafeTextureCacheColorSamples = 0
|
SafeTextureCacheColorSamples = 0
|
||||||
MaxAnisotropy = 0
|
# Works around graphical corruption on ground
|
||||||
|
MSAA = 0
|
||||||
|
|
|
@ -5,5 +5,3 @@
|
||||||
|
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
SafeTextureCacheColorSamples = 0
|
SafeTextureCacheColorSamples = 0
|
||||||
UseXFB = True
|
|
||||||
UseRealXFB = False
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# RFQP69 - FaceBreaker K.O. Party
|
# RFQE69, RFQP69, RFQJ13, RFQK69 - FaceBreaker K.O. Party
|
||||||
|
|
||||||
[Core]
|
[Core]
|
||||||
# Values set here will override the main Dolphin settings.
|
# Values set here will override the main Dolphin settings.
|
||||||
|
@ -12,9 +12,5 @@
|
||||||
[ActionReplay]
|
[ActionReplay]
|
||||||
# Add action replay cheats here.
|
# Add action replay cheats here.
|
||||||
|
|
||||||
[Video]
|
|
||||||
Hack = 3
|
|
||||||
|
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
SafeTextureCacheColorSamples = 512
|
SafeTextureCacheColorSamples = 512
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# SC2P8P - Conduit 2
|
# SC2E8P - Conduit 2
|
||||||
|
|
||||||
[OnLoad]
|
[OnLoad]
|
||||||
# Add memory patches to be loaded once on boot here.
|
# Add memory patches to be loaded once on boot here.
|
||||||
|
@ -6,8 +6,8 @@
|
||||||
[OnFrame]
|
[OnFrame]
|
||||||
# Add memory patches to be applied every frame here.
|
# Add memory patches to be applied every frame here.
|
||||||
|
|
||||||
[ActionReplay]
|
[Gecko]
|
||||||
# Add action replay cheats here.
|
# Add gecko cheats here.
|
||||||
$Undead Invincibility Mode [Bully@Wiiplaza]
|
$Undead Invincibility Mode [Bully@Wiiplaza]
|
||||||
F6000001 80008100
|
F6000001 80008100
|
||||||
8001002C 90180000
|
8001002C 90180000
|
||||||
|
@ -19,9 +19,8 @@ D200000C 00000006
|
||||||
90040000 80040000
|
90040000 80040000
|
||||||
60000000 00000000
|
60000000 00000000
|
||||||
E0000000 80008000
|
E0000000 80008000
|
||||||
**Offline Only*
|
# Offline Only
|
||||||
**You are completely untouchable*
|
# You are completely untouchable
|
||||||
*Picture -> http://imageshack.us/photo/my-images/684/sc2p8p008.png/
|
|
||||||
$Inf. Ammo [Bully@Wiiplaza]
|
$Inf. Ammo [Bully@Wiiplaza]
|
||||||
F6000001 80008100
|
F6000001 80008100
|
||||||
80640000 80050000
|
80640000 80050000
|
||||||
|
@ -30,7 +29,7 @@ D2000008 00000003
|
||||||
38600000 7C030050
|
38600000 7C030050
|
||||||
60000000 00000000
|
60000000 00000000
|
||||||
E0000000 80008000
|
E0000000 80008000
|
||||||
**Offline Only*
|
# Offline Only
|
||||||
$No Flashwhite [Bully@Wiiplaza]
|
$No Flashwhite [Bully@Wiiplaza]
|
||||||
F6000001 80008100
|
F6000001 80008100
|
||||||
EC210032 93C10008
|
EC210032 93C10008
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
# SU4P78, SU4E78 - UFC Personal Trainer: The Ultimate Fitness System
|
# SU4P78, SU4E78 - UFC Personal Trainer: The Ultimate Fitness System
|
||||||
|
|
||||||
[Video_Hacks]
|
[Video_Settings]
|
||||||
SafeTextureCacheColorSamples = 512
|
# Displays missing text
|
||||||
|
SafeTextureCacheColorSamples = 0
|
||||||
|
|
Loading…
Reference in New Issue