mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Merge pull request #9093 from Techjar/mega-ini-fixes
Various GameINI updates
This commit is contained in:
commit
a393a18f51
4
Data/Sys/GameSettings/D93U01.ini
Normal file
4
Data/Sys/GameSettings/D93U01.ini
Normal file
@ -0,0 +1,4 @@
|
||||
# D93U01 - Interactive Multi-Game Demo Disk: November 2003
|
||||
|
||||
[Core]
|
||||
FPRF = True
|
5
Data/Sys/GameSettings/GCDP08.ini
Normal file
5
Data/Sys/GameSettings/GCDP08.ini
Normal file
@ -0,0 +1,5 @@
|
||||
# GCDP08 - Resident Evil Code: Veronica X (PAL)
|
||||
|
||||
[Video_Hacks]
|
||||
# Needed for language selection menu to appear
|
||||
EFBAccessEnable = True
|
4
Data/Sys/GameSettings/GJD.ini
Normal file
4
Data/Sys/GameSettings/GJD.ini
Normal file
@ -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
|
||||
|
5
Data/Sys/GameSettings/GREJ08.ini
Normal file
5
Data/Sys/GameSettings/GREJ08.ini
Normal file
@ -0,0 +1,5 @@
|
||||
# GREJ08 - Rockman EXE Transmission
|
||||
|
||||
[Video_Settings]
|
||||
# Fixes mangled font
|
||||
SafeTextureCacheColorSamples = 0
|
5
Data/Sys/GameSettings/GV4E69.ini
Normal file
5
Data/Sys/GameSettings/GV4E69.ini
Normal file
@ -0,0 +1,5 @@
|
||||
# GV4E69 - MVP Baseball 2005
|
||||
|
||||
[OnFrame]
|
||||
$Fix 2D Rendering
|
||||
0x80319214:dword:0x48113250
|
5
Data/Sys/GameSettings/GVPE69.ini
Normal file
5
Data/Sys/GameSettings/GVPE69.ini
Normal file
@ -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.
|
||||
|
5
Data/Sys/GameSettings/HAG.ini
Normal file
5
Data/Sys/GameSettings/HAG.ini
Normal file
@ -0,0 +1,5 @@
|
||||
# HAGP01, HAGA01, HAGJ01, HAGE01 - News Channel
|
||||
|
||||
[Video_Hacks]
|
||||
# Needed to correctly render loading screen
|
||||
EFBToTextureEnable = False
|
4
Data/Sys/GameSettings/HC2.ini
Normal file
4
Data/Sys/GameSettings/HC2.ini
Normal file
@ -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
|
||||
|
5
Data/Sys/GameSettings/R3S.ini
Normal file
5
Data/Sys/GameSettings/R3S.ini
Normal file
@ -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
|
||||
|
5
Data/Sys/GameSettings/RCV.ini
Normal file
5
Data/Sys/GameSettings/RCV.ini
Normal file
@ -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.
|
||||
|
4
Data/Sys/GameSettings/RT7.ini
Normal file
4
Data/Sys/GameSettings/RT7.ini
Normal file
@ -0,0 +1,4 @@
|
||||
# RT7E69, RT7F69, RT7P69 - Tiger Woods PGA Tour 07
|
||||
|
||||
[Video_Settings]
|
||||
SafeTextureCacheColorSamples = 0
|
4
Data/Sys/GameSettings/SBK.ini
Normal file
4
Data/Sys/GameSettings/SBK.ini
Normal file
@ -0,0 +1,4 @@
|
||||
# SBKEPZ - Brunswick Zone: Cosmic Bowling
|
||||
|
||||
[Video_Hacks]
|
||||
ImmediateXFBEnable = False
|
5
Data/Sys/GameSettings/SDV.ini
Normal file
5
Data/Sys/GameSettings/SDV.ini
Normal file
@ -0,0 +1,5 @@
|
||||
# SDVP41, SDVE41 - Driver: San Francisco
|
||||
|
||||
[Video_Settings]
|
||||
# Needed for comic book images to load
|
||||
SafeTextureCacheColorSamples = 512
|
@ -18,3 +18,6 @@ SafeTextureCacheColorSamples = 512
|
||||
[Video_Enhancements]
|
||||
ForceFiltering = False
|
||||
|
||||
[Video_Hacks]
|
||||
# Needed to correctly render clothing
|
||||
EFBToTextureEnable = False
|
||||
|
5
Data/Sys/GameSettings/SHP.ini
Normal file
5
Data/Sys/GameSettings/SHP.ini
Normal file
@ -0,0 +1,5 @@
|
||||
# SHPE5G - Our House: Party!
|
||||
|
||||
[Video_Hacks]
|
||||
# Needed for drawing minigames
|
||||
EFBToTextureEnable = False
|
5
Data/Sys/GameSettings/SM2.ini
Normal file
5
Data/Sys/GameSettings/SM2.ini
Normal file
@ -0,0 +1,5 @@
|
||||
# SM2P52, SM2E52 - 10 Minute Solution
|
||||
|
||||
[Video_Settings]
|
||||
# Fixes mangled font
|
||||
SafeTextureCacheColorSamples = 0
|
4
Data/Sys/GameSettings/SU4.ini
Normal file
4
Data/Sys/GameSettings/SU4.ini
Normal file
@ -0,0 +1,4 @@
|
||||
# SU4P78, SU4E78 - UFC Personal Trainer: The Ultimate Fitness System
|
||||
|
||||
[Video_Hacks]
|
||||
SafeTextureCacheColorSamples = 512
|
5
Data/Sys/GameSettings/XAA.ini
Normal file
5
Data/Sys/GameSettings/XAA.ini
Normal file
@ -0,0 +1,5 @@
|
||||
# XAAJJ8 - Eggy
|
||||
|
||||
[Video_Settings]
|
||||
# Fixes graphical glitches
|
||||
SafeTextureCacheColorSamples = 0
|
5
Data/Sys/GameSettings/XAB.ini
Normal file
5
Data/Sys/GameSettings/XAB.ini
Normal file
@ -0,0 +1,5 @@
|
||||
# XABJJ8 - Aleste
|
||||
|
||||
[Video_Settings]
|
||||
# Fixes graphical glitches
|
||||
SafeTextureCacheColorSamples = 0
|
5
Data/Sys/GameSettings/XAD.ini
Normal file
5
Data/Sys/GameSettings/XAD.ini
Normal file
@ -0,0 +1,5 @@
|
||||
# XADJJ8 - Yie-Gah-kōtei no Gyakushū: Yie Ar Kung-Fu 2
|
||||
|
||||
[Video_Settings]
|
||||
# Fixes graphical glitches
|
||||
SafeTextureCacheColorSamples = 0
|
5
Data/Sys/GameSettings/XAE.ini
Normal file
5
Data/Sys/GameSettings/XAE.ini
Normal file
@ -0,0 +1,5 @@
|
||||
# XAEJJ8 - Space Manbow
|
||||
|
||||
[Video_Settings]
|
||||
# Fixes graphical glitches
|
||||
SafeTextureCacheColorSamples = 0
|
5
Data/Sys/GameSettings/XAF.ini
Normal file
5
Data/Sys/GameSettings/XAF.ini
Normal file
@ -0,0 +1,5 @@
|
||||
# XAFJJ8 - Metal Gear (MSX)
|
||||
|
||||
[Video_Settings]
|
||||
# Fixes graphical glitches
|
||||
SafeTextureCacheColorSamples = 0
|
5
Data/Sys/GameSettings/XAG.ini
Normal file
5
Data/Sys/GameSettings/XAG.ini
Normal file
@ -0,0 +1,5 @@
|
||||
# XAGJJ8 - Road Fighter
|
||||
|
||||
[Video_Settings]
|
||||
# Fixes graphical glitches
|
||||
SafeTextureCacheColorSamples = 0
|
5
Data/Sys/GameSettings/XAH.ini
Normal file
5
Data/Sys/GameSettings/XAH.ini
Normal file
@ -0,0 +1,5 @@
|
||||
# XAHJJ8 - Yumetairiku Adventure
|
||||
|
||||
[Video_Settings]
|
||||
# Fixes graphical glitches
|
||||
SafeTextureCacheColorSamples = 0
|
5
Data/Sys/GameSettings/XAI.ini
Normal file
5
Data/Sys/GameSettings/XAI.ini
Normal file
@ -0,0 +1,5 @@
|
||||
# XAIJJ8 - Quarth
|
||||
|
||||
[Video_Settings]
|
||||
# Fixes graphical glitches
|
||||
SafeTextureCacheColorSamples = 0
|
5
Data/Sys/GameSettings/XAK.ini
Normal file
5
Data/Sys/GameSettings/XAK.ini
Normal file
@ -0,0 +1,5 @@
|
||||
# XAKJJ8 - Parodius: Tako wa Chikyū wo Sukū
|
||||
|
||||
[Video_Settings]
|
||||
# Fixes graphical glitches
|
||||
SafeTextureCacheColorSamples = 0
|
5
Data/Sys/GameSettings/XAL.ini
Normal file
5
Data/Sys/GameSettings/XAL.ini
Normal file
@ -0,0 +1,5 @@
|
||||
# XALJJ8 - Contra
|
||||
|
||||
[Video_Settings]
|
||||
# Fixes graphical glitches
|
||||
SafeTextureCacheColorSamples = 0
|
5
Data/Sys/GameSettings/XAM.ini
Normal file
5
Data/Sys/GameSettings/XAM.ini
Normal file
@ -0,0 +1,5 @@
|
||||
# XAMJJ8 - Knightmare: Majou Densetsu
|
||||
|
||||
[Video_Settings]
|
||||
# Fixes graphical glitches
|
||||
SafeTextureCacheColorSamples = 0
|
5
Data/Sys/GameSettings/XAN.ini
Normal file
5
Data/Sys/GameSettings/XAN.ini
Normal file
@ -0,0 +1,5 @@
|
||||
# XANJJ8 - Gradius 2 (MSX)
|
||||
|
||||
[Video_Settings]
|
||||
# Fixes graphical glitches
|
||||
SafeTextureCacheColorSamples = 0
|
5
Data/Sys/GameSettings/XAO.ini
Normal file
5
Data/Sys/GameSettings/XAO.ini
Normal file
@ -0,0 +1,5 @@
|
||||
# XAOJJ8 - Gofer no Yabou: Episode II
|
||||
|
||||
[Video_Settings]
|
||||
# Fixes graphical glitches
|
||||
SafeTextureCacheColorSamples = 0
|
5
Data/Sys/GameSettings/XAP.ini
Normal file
5
Data/Sys/GameSettings/XAP.ini
Normal file
@ -0,0 +1,5 @@
|
||||
# XAPJJ8 - Metal Gear 2: Solid Snake
|
||||
|
||||
[Video_Settings]
|
||||
# Fixes graphical glitches
|
||||
SafeTextureCacheColorSamples = 0
|
5
Data/Sys/GameSettings/XAQ.ini
Normal file
5
Data/Sys/GameSettings/XAQ.ini
Normal file
@ -0,0 +1,5 @@
|
||||
# XAQJJ8 - Salamander (MSX)
|
||||
|
||||
[Video_Settings]
|
||||
# Fixes graphical glitches
|
||||
SafeTextureCacheColorSamples = 0
|
Loading…
Reference in New Issue
Block a user