mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Merge pull request #9093 from Techjar/mega-ini-fixes
Various GameINI updates
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
# D93U01 - Interactive Multi-Game Demo Disk: November 2003
|
||||
|
||||
[Core]
|
||||
FPRF = True
|
||||
@@ -0,0 +1,5 @@
|
||||
# GCDP08 - Resident Evil Code: Veronica X (PAL)
|
||||
|
||||
[Video_Hacks]
|
||||
# Needed for language selection menu to appear
|
||||
EFBAccessEnable = True
|
||||
@@ -0,0 +1,4 @@
|
||||
# GJDX7D, GJDE5S, GJDY7D - Judge Dredd: Dredd vs. Death
|
||||
|
||||
[Video_Hacks]
|
||||
ImmediateXFBEnable = False
|
||||
@@ -20,3 +20,4 @@ MMU = 1
|
||||
[Video_Hacks]
|
||||
EFBToTextureEnable = False
|
||||
ImmediateXFBEnable = False
|
||||
DeferEFBCopies = False
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
# GREJ08 - Rockman EXE Transmission
|
||||
|
||||
[Video_Settings]
|
||||
# Fixes mangled font
|
||||
SafeTextureCacheColorSamples = 0
|
||||
@@ -0,0 +1,5 @@
|
||||
# GV4E69 - MVP Baseball 2005
|
||||
|
||||
[OnFrame]
|
||||
$Fix 2D Rendering
|
||||
0x80319214:dword:0x48113250
|
||||
@@ -0,0 +1,5 @@
|
||||
# GVPE69 - MVP Baseball 2004
|
||||
|
||||
[OnFrame]
|
||||
$Fix 2D Rendering
|
||||
0x803C92D4:dword:0x480DA8E4
|
||||
@@ -1,4 +1,4 @@
|
||||
# HA8xxx - Super Mario Bros. (Brawl VC)
|
||||
# HA9xxx - Super Mario Bros. (Brawl VC)
|
||||
|
||||
[Core]
|
||||
# Values set here will override the main Dolphin settings.
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
# HAGP01, HAGA01, HAGJ01, HAGE01 - News Channel
|
||||
|
||||
[Video_Hacks]
|
||||
# Needed to correctly render loading screen
|
||||
EFBToTextureEnable = False
|
||||
@@ -0,0 +1,4 @@
|
||||
# HC2DAX - Watchever Channel
|
||||
|
||||
[Core]
|
||||
MMU = True
|
||||
@@ -14,3 +14,7 @@
|
||||
|
||||
[Video_Hacks]
|
||||
EFBToTextureEnable = False
|
||||
|
||||
[Video_Settings]
|
||||
# Breaks photo appraisal
|
||||
MSAA = 1
|
||||
|
||||
@@ -18,4 +18,6 @@ StereoConvergence = 5000
|
||||
[Video_Settings]
|
||||
# This game creates a large number of EFB copies at different addresses, resulting
|
||||
# in a large texture cache which takes considerable time to save.
|
||||
SaveTextureCacheToState = False
|
||||
SaveTextureCacheToState = False
|
||||
# This game crashes very soon after boot if above 1x IR
|
||||
InternalResolution = 1
|
||||
|
||||
@@ -15,4 +15,6 @@
|
||||
[Video_Settings]
|
||||
# This game creates a large number of EFB copies at different addresses, resulting
|
||||
# in a large texture cache which takes considerable time to save.
|
||||
SaveTextureCacheToState = False
|
||||
SaveTextureCacheToState = False
|
||||
# This game crashes very soon after boot if above 1x IR
|
||||
InternalResolution = 1
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
# R3SP52, R3SE52 - Spider-Man: Web of Shadows
|
||||
|
||||
[Video_Enhancements]
|
||||
# FMVs get messed up if this is on
|
||||
ForceFiltering = False
|
||||
@@ -15,3 +15,5 @@
|
||||
[Video_Hacks]
|
||||
EFBToTextureEnable = False
|
||||
BBoxEnable = True
|
||||
ImmediateXFBEnable = False
|
||||
DeferEFBCopies = False
|
||||
|
||||
@@ -13,4 +13,8 @@
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Hacks]
|
||||
EFBAccessEnable = True
|
||||
EFBAccessEnable = True
|
||||
|
||||
[Video_Settings]
|
||||
# Breaks camera angles
|
||||
MSAA = 1
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
# RCVP41, RCVE41 - Far Cry Vengeance
|
||||
|
||||
[Video_Settings]
|
||||
# Fixes intro FMV
|
||||
SafeTextureCacheColorSamples = 512
|
||||
@@ -6,8 +6,8 @@
|
||||
[OnFrame]
|
||||
# Add memory patches to be applied every frame here.
|
||||
$Bloom OFF
|
||||
0x04056FF4:dword:0xC022FFE4
|
||||
0x0479DA84:dword:0x3F800000
|
||||
0x80056FF4:dword:0xC022FFE4
|
||||
0x8079DA84:dword:0x3F800000
|
||||
|
||||
[ActionReplay]
|
||||
# Add action replay cheats here.
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
[OnFrame]
|
||||
# Add memory patches to be applied every frame here.
|
||||
$Bloom OFF
|
||||
0x00057058:dword:0xC022FFE4
|
||||
0x0079FF44:dword:0x3F800000
|
||||
0x80057058:dword:0xC022FFE4
|
||||
0x8079FF44:dword:0x3F800000
|
||||
|
||||
[ActionReplay]
|
||||
# Add action replay cheats here.
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
# RT7E69, RT7F69, RT7P69 - Tiger Woods PGA Tour 07
|
||||
|
||||
[Video_Settings]
|
||||
SafeTextureCacheColorSamples = 0
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user