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