Skip to content

Commit

Permalink
Merge pull request #9093 from Techjar/mega-ini-fixes
Browse files Browse the repository at this point in the history
Various GameINI updates
  • Loading branch information
JosJuice committed Sep 17, 2020
2 parents 6ada03f + 31083e1 commit a393a18
Show file tree
Hide file tree
Showing 41 changed files with 175 additions and 8 deletions.
4 changes: 4 additions & 0 deletions Data/Sys/GameSettings/D93U01.ini
@@ -0,0 +1,4 @@
# D93U01 - Interactive Multi-Game Demo Disk: November 2003

[Core]
FPRF = True
5 changes: 5 additions & 0 deletions Data/Sys/GameSettings/GCDP08.ini
@@ -0,0 +1,5 @@
# GCDP08 - Resident Evil Code: Veronica X (PAL)

[Video_Hacks]
# Needed for language selection menu to appear
EFBAccessEnable = True
4 changes: 4 additions & 0 deletions Data/Sys/GameSettings/GJD.ini
@@ -0,0 +1,4 @@
# GJDX7D, GJDE5S, GJDY7D - Judge Dredd: Dredd vs. Death

[Video_Hacks]
ImmediateXFBEnable = False
1 change: 1 addition & 0 deletions Data/Sys/GameSettings/GLR.ini
Expand Up @@ -20,3 +20,4 @@ MMU = 1
[Video_Hacks]
EFBToTextureEnable = False
ImmediateXFBEnable = False
DeferEFBCopies = False
5 changes: 5 additions & 0 deletions Data/Sys/GameSettings/GREJ08.ini
@@ -0,0 +1,5 @@
# GREJ08 - Rockman EXE Transmission

[Video_Settings]
# Fixes mangled font
SafeTextureCacheColorSamples = 0
5 changes: 5 additions & 0 deletions Data/Sys/GameSettings/GV4E69.ini
@@ -0,0 +1,5 @@
# GV4E69 - MVP Baseball 2005

[OnFrame]
$Fix 2D Rendering
0x80319214:dword:0x48113250
5 changes: 5 additions & 0 deletions Data/Sys/GameSettings/GVPE69.ini
@@ -0,0 +1,5 @@
# GVPE69 - MVP Baseball 2004

[OnFrame]
$Fix 2D Rendering
0x803C92D4:dword:0x480DA8E4
2 changes: 1 addition & 1 deletion Data/Sys/GameSettings/HA9.ini
@@ -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.
Expand Down
5 changes: 5 additions & 0 deletions Data/Sys/GameSettings/HAG.ini
@@ -0,0 +1,5 @@
# HAGP01, HAGA01, HAGJ01, HAGE01 - News Channel

[Video_Hacks]
# Needed to correctly render loading screen
EFBToTextureEnable = False
4 changes: 4 additions & 0 deletions Data/Sys/GameSettings/HC2.ini
@@ -0,0 +1,4 @@
# HC2DAX - Watchever Channel

[Core]
MMU = True
4 changes: 4 additions & 0 deletions Data/Sys/GameSettings/NAK.ini
Expand Up @@ -14,3 +14,7 @@

[Video_Hacks]
EFBToTextureEnable = False

[Video_Settings]
# Breaks photo appraisal
MSAA = 1
4 changes: 3 additions & 1 deletion Data/Sys/GameSettings/NAL.ini
Expand Up @@ -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
4 changes: 3 additions & 1 deletion Data/Sys/GameSettings/NAT.ini
Expand Up @@ -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
5 changes: 5 additions & 0 deletions Data/Sys/GameSettings/R3S.ini
@@ -0,0 +1,5 @@
# R3SP52, R3SE52 - Spider-Man: Web of Shadows

[Video_Enhancements]
# FMVs get messed up if this is on
ForceFiltering = False
2 changes: 2 additions & 0 deletions Data/Sys/GameSettings/R8P.ini
Expand Up @@ -15,3 +15,5 @@
[Video_Hacks]
EFBToTextureEnable = False
BBoxEnable = True
ImmediateXFBEnable = False
DeferEFBCopies = False
6 changes: 5 additions & 1 deletion Data/Sys/GameSettings/R9I.ini
Expand Up @@ -13,4 +13,8 @@
# Add action replay cheats here.

[Video_Hacks]
EFBAccessEnable = True
EFBAccessEnable = True

[Video_Settings]
# Breaks camera angles
MSAA = 1
5 changes: 5 additions & 0 deletions Data/Sys/GameSettings/RCV.ini
@@ -0,0 +1,5 @@
# RCVP41, RCVE41 - Far Cry Vengeance

[Video_Settings]
# Fixes intro FMV
SafeTextureCacheColorSamples = 512
4 changes: 2 additions & 2 deletions Data/Sys/GameSettings/RMHE08.ini
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions Data/Sys/GameSettings/RMHP08.ini
Expand Up @@ -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.
4 changes: 4 additions & 0 deletions Data/Sys/GameSettings/RT7.ini
@@ -0,0 +1,4 @@
# RT7E69, RT7F69, RT7P69 - Tiger Woods PGA Tour 07

[Video_Settings]
SafeTextureCacheColorSamples = 0
4 changes: 4 additions & 0 deletions Data/Sys/GameSettings/SBK.ini
@@ -0,0 +1,4 @@
# SBKEPZ - Brunswick Zone: Cosmic Bowling

[Video_Hacks]
ImmediateXFBEnable = False
5 changes: 5 additions & 0 deletions Data/Sys/GameSettings/SDV.ini
@@ -0,0 +1,5 @@
# SDVP41, SDVE41 - Driver: San Francisco

[Video_Settings]
# Needed for comic book images to load
SafeTextureCacheColorSamples = 512
3 changes: 3 additions & 0 deletions Data/Sys/GameSettings/SE2.ini
Expand Up @@ -18,3 +18,6 @@ SafeTextureCacheColorSamples = 512
[Video_Enhancements]
ForceFiltering = False

[Video_Hacks]
# Needed to correctly render clothing
EFBToTextureEnable = False
5 changes: 5 additions & 0 deletions Data/Sys/GameSettings/SHP.ini
@@ -0,0 +1,5 @@
# SHPE5G - Our House: Party!

[Video_Hacks]
# Needed for drawing minigames
EFBToTextureEnable = False
5 changes: 5 additions & 0 deletions Data/Sys/GameSettings/SM2.ini
@@ -0,0 +1,5 @@
# SM2P52, SM2E52 - 10 Minute Solution

[Video_Settings]
# Fixes mangled font
SafeTextureCacheColorSamples = 0
4 changes: 4 additions & 0 deletions Data/Sys/GameSettings/SU4.ini
@@ -0,0 +1,4 @@
# SU4P78, SU4E78 - UFC Personal Trainer: The Ultimate Fitness System

[Video_Hacks]
SafeTextureCacheColorSamples = 512
5 changes: 5 additions & 0 deletions Data/Sys/GameSettings/XAA.ini
@@ -0,0 +1,5 @@
# XAAJJ8 - Eggy

[Video_Settings]
# Fixes graphical glitches
SafeTextureCacheColorSamples = 0
5 changes: 5 additions & 0 deletions Data/Sys/GameSettings/XAB.ini
@@ -0,0 +1,5 @@
# XABJJ8 - Aleste

[Video_Settings]
# Fixes graphical glitches
SafeTextureCacheColorSamples = 0
5 changes: 5 additions & 0 deletions Data/Sys/GameSettings/XAD.ini
@@ -0,0 +1,5 @@
# XADJJ8 - Yie-Gah-kōtei no Gyakushū: Yie Ar Kung-Fu 2

[Video_Settings]
# Fixes graphical glitches
SafeTextureCacheColorSamples = 0
5 changes: 5 additions & 0 deletions Data/Sys/GameSettings/XAE.ini
@@ -0,0 +1,5 @@
# XAEJJ8 - Space Manbow

[Video_Settings]
# Fixes graphical glitches
SafeTextureCacheColorSamples = 0
5 changes: 5 additions & 0 deletions Data/Sys/GameSettings/XAF.ini
@@ -0,0 +1,5 @@
# XAFJJ8 - Metal Gear (MSX)

[Video_Settings]
# Fixes graphical glitches
SafeTextureCacheColorSamples = 0
5 changes: 5 additions & 0 deletions Data/Sys/GameSettings/XAG.ini
@@ -0,0 +1,5 @@
# XAGJJ8 - Road Fighter

[Video_Settings]
# Fixes graphical glitches
SafeTextureCacheColorSamples = 0
5 changes: 5 additions & 0 deletions Data/Sys/GameSettings/XAH.ini
@@ -0,0 +1,5 @@
# XAHJJ8 - Yumetairiku Adventure

[Video_Settings]
# Fixes graphical glitches
SafeTextureCacheColorSamples = 0
5 changes: 5 additions & 0 deletions Data/Sys/GameSettings/XAI.ini
@@ -0,0 +1,5 @@
# XAIJJ8 - Quarth

[Video_Settings]
# Fixes graphical glitches
SafeTextureCacheColorSamples = 0
5 changes: 5 additions & 0 deletions Data/Sys/GameSettings/XAK.ini
@@ -0,0 +1,5 @@
# XAKJJ8 - Parodius: Tako wa Chikyū wo Sukū

[Video_Settings]
# Fixes graphical glitches
SafeTextureCacheColorSamples = 0
5 changes: 5 additions & 0 deletions Data/Sys/GameSettings/XAL.ini
@@ -0,0 +1,5 @@
# XALJJ8 - Contra

[Video_Settings]
# Fixes graphical glitches
SafeTextureCacheColorSamples = 0
5 changes: 5 additions & 0 deletions Data/Sys/GameSettings/XAM.ini
@@ -0,0 +1,5 @@
# XAMJJ8 - Knightmare: Majou Densetsu

[Video_Settings]
# Fixes graphical glitches
SafeTextureCacheColorSamples = 0
5 changes: 5 additions & 0 deletions Data/Sys/GameSettings/XAN.ini
@@ -0,0 +1,5 @@
# XANJJ8 - Gradius 2 (MSX)

[Video_Settings]
# Fixes graphical glitches
SafeTextureCacheColorSamples = 0
5 changes: 5 additions & 0 deletions Data/Sys/GameSettings/XAO.ini
@@ -0,0 +1,5 @@
# XAOJJ8 - Gofer no Yabou: Episode II

[Video_Settings]
# Fixes graphical glitches
SafeTextureCacheColorSamples = 0
5 changes: 5 additions & 0 deletions Data/Sys/GameSettings/XAP.ini
@@ -0,0 +1,5 @@
# XAPJJ8 - Metal Gear 2: Solid Snake

[Video_Settings]
# Fixes graphical glitches
SafeTextureCacheColorSamples = 0
5 changes: 5 additions & 0 deletions Data/Sys/GameSettings/XAQ.ini
@@ -0,0 +1,5 @@
# XAQJJ8 - Salamander (MSX)

[Video_Settings]
# Fixes graphical glitches
SafeTextureCacheColorSamples = 0

0 comments on commit a393a18

Please sign in to comment.