mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Additional gameini updates.
Removes speedhacks from metroid prime 1 and 2, and fire emblem series and update old notes for metroid prime. Capitalize dolphin in the few inis that weren't from the previous commit.
This commit is contained in:
parent
89dd5e4aac
commit
d499eee2b7
@ -1,7 +1,7 @@
|
|||||||
# G2ME01 - Metroid Prime 2 Echoes
|
# G2ME01 - Metroid Prime 2 Echoes
|
||||||
|
|
||||||
[Core]
|
[Core]
|
||||||
# Values set here will override the main dolphin settings.
|
# Values set here will override the main Dolphin settings.
|
||||||
|
|
||||||
[EmuState]
|
[EmuState]
|
||||||
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
@ -161,7 +161,3 @@ SafeTextureCacheColorSamples = 512
|
|||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBCopyEnable = True
|
EFBCopyEnable = True
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
|
|
||||||
[Speedhacks]
|
|
||||||
0x803758bc=400
|
|
||||||
|
|
||||||
|
33
Data/Sys/GameSettings/G2MJ01.ini
Normal file
33
Data/Sys/GameSettings/G2MJ01.ini
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
# G2MJ01 - Metroid Prime 2: Dark Echoes
|
||||||
|
|
||||||
|
[Core]
|
||||||
|
# Values set here will override the main Dolphin settings.
|
||||||
|
|
||||||
|
[EmuState]
|
||||||
|
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
|
EmulationStateId = 3
|
||||||
|
EmulationIssues = EFB to RAM is needed for the scanner/visors to work properly.
|
||||||
|
|
||||||
|
[OnLoad]
|
||||||
|
# Add memory patches to be loaded once on boot here.
|
||||||
|
|
||||||
|
[OnFrame]
|
||||||
|
# Add memory patches to be applied every frame here.
|
||||||
|
|
||||||
|
[ActionReplay]
|
||||||
|
# Add action replay cheats here.
|
||||||
|
|
||||||
|
[Video]
|
||||||
|
ProjectionHack = 0
|
||||||
|
PH_SZNear = 0
|
||||||
|
PH_SZFar = 0
|
||||||
|
PH_ExtraParam = 0
|
||||||
|
PH_ZNear =
|
||||||
|
PH_ZFar =
|
||||||
|
|
||||||
|
[Video_Settings]
|
||||||
|
SafeTextureCacheColorSamples = 512
|
||||||
|
|
||||||
|
[Video_Hacks]
|
||||||
|
EFBCopyEnable = True
|
||||||
|
EFBToTextureEnable = False
|
@ -1,7 +1,7 @@
|
|||||||
# G2MP01 - Metroid Prime 2 Echoes
|
# G2MP01 - Metroid Prime 2 Echoes
|
||||||
|
|
||||||
[Core]
|
[Core]
|
||||||
# Values set here will override the main dolphin settings.
|
# Values set here will override the main Dolphin settings.
|
||||||
|
|
||||||
[EmuState]
|
[EmuState]
|
||||||
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
@ -160,7 +160,3 @@ SafeTextureCacheColorSamples = 512
|
|||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBCopyEnable = True
|
EFBCopyEnable = True
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
|
|
||||||
[Speedhacks]
|
|
||||||
0x80375c68=400
|
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# GFEE01 - FIRE EMBLEM GC US
|
# GFEE01 - FIRE EMBLEM GC US
|
||||||
|
|
||||||
[Core]
|
[Core]
|
||||||
# Values set here will override the main dolphin settings.
|
# Values set here will override the main Dolphin settings.
|
||||||
|
|
||||||
[EmuState]
|
[EmuState]
|
||||||
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
@ -41,6 +41,3 @@ $Max Movement(IKE)
|
|||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
|
|
||||||
[Speedhacks]
|
|
||||||
0x8020a51c=500
|
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# GFEJ01 - FIRE EMBLEM GC JAP
|
# GFEJ01 - FIRE EMBLEM GC JAP
|
||||||
|
|
||||||
[Core]
|
[Core]
|
||||||
# Values set here will override the main dolphin settings.
|
# Values set here will override the main Dolphin settings.
|
||||||
|
|
||||||
[EmuState]
|
[EmuState]
|
||||||
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
@ -17,6 +17,4 @@ EmulationIssues =
|
|||||||
[ActionReplay]
|
[ActionReplay]
|
||||||
# Add action replay cheats here.
|
# Add action replay cheats here.
|
||||||
|
|
||||||
[Speedhacks]
|
|
||||||
0x80204ce8=500
|
|
||||||
|
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
# GFEE01 - FIRE EMBLEM GC EU
|
# GFEE01 - FIRE EMBLEM GC EU
|
||||||
|
|
||||||
[Core]
|
[Core]
|
||||||
# Values set here will override the main dolphin settings.
|
# Values set here will override the main Dolphin settings.
|
||||||
SkipIdle = 0
|
|
||||||
|
|
||||||
[EmuState]
|
[EmuState]
|
||||||
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
@ -20,7 +19,3 @@ EmulationIssues =
|
|||||||
|
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
|
|
||||||
[Speedhacks]
|
|
||||||
0x80213278=500
|
|
||||||
|
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
# GM8E01 - Metroid Prime
|
# GM8E01 - Metroid Prime
|
||||||
|
|
||||||
[Core]
|
[Core]
|
||||||
# Values set here will override the main dolphin settings.
|
# Values set here will override the main Dolphin settings.
|
||||||
|
|
||||||
[EmuState]
|
[EmuState]
|
||||||
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 4
|
EmulationStateId = 4
|
||||||
EmulationIssues = Heat Visor doesn't work correctly, some graphics bugs, boss music doesn't play
|
|
||||||
EmulationIssues =
|
EmulationIssues =
|
||||||
|
|
||||||
[OnLoad]
|
[OnLoad]
|
||||||
@ -109,6 +108,3 @@ SafeTextureCacheColorSamples = 512
|
|||||||
EFBCopyEnable = True
|
EFBCopyEnable = True
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
|
|
||||||
[Speedhacks]
|
|
||||||
0x80384b1c=400
|
|
||||||
|
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
# GM8E01 - Metroid Prime
|
# GM8E01 - Metroid Prime
|
||||||
|
|
||||||
[Core]
|
[Core]
|
||||||
# Values set here will override the main dolphin settings.
|
# Values set here will override the main Dolphin settings.
|
||||||
|
|
||||||
[EmuState]
|
[EmuState]
|
||||||
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 4
|
EmulationStateId = 4
|
||||||
EmulationIssues="Heat Visor doesn't work correctly, some graphics bugs, boss music doesn't play"
|
EmulationIssues =
|
||||||
|
|
||||||
[OnLoad]
|
[OnLoad]
|
||||||
# Add memory patches to be loaded once on boot here.
|
# Add memory patches to be loaded once on boot here.
|
||||||
@ -31,7 +31,3 @@ SafeTextureCacheColorSamples = 512
|
|||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBCopyEnable = True
|
EFBCopyEnable = True
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
|
|
||||||
[Speedhacks]
|
|
||||||
0x803708f8=400
|
|
||||||
|
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# GM8P01 - Metroid Prime
|
# GM8P01 - Metroid Prime
|
||||||
|
|
||||||
[Core]
|
[Core]
|
||||||
# Values set here will override the main dolphin settings.
|
# Values set here will override the main Dolphin settings.
|
||||||
|
|
||||||
[EmuState]
|
[EmuState]
|
||||||
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 4
|
EmulationStateId = 4
|
||||||
|
EmulationIssues =
|
||||||
|
|
||||||
[OnLoad]
|
[OnLoad]
|
||||||
# Add memory patches to be loaded once on boot here.
|
# Add memory patches to be loaded once on boot here.
|
||||||
@ -30,7 +31,3 @@ SafeTextureCacheColorSamples = 512
|
|||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBCopyEnable = True
|
EFBCopyEnable = True
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
|
|
||||||
[Speedhacks]
|
|
||||||
0x8036eba0=400
|
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# GOBE4Z - Bad Boys Miami Takedown
|
# GOBE4Z - Bad Boys Miami Takedown
|
||||||
|
|
||||||
[Core]
|
[Core]
|
||||||
# Values set here will override the main dolphin settings.
|
# Values set here will override the main Dolphin settings.
|
||||||
DSPHLE = False
|
DSPHLE = False
|
||||||
|
|
||||||
[EmuState]
|
[EmuState]
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# GOBP7N - Bad Boys II
|
# GOBP7N - Bad Boys II
|
||||||
|
|
||||||
[Core]
|
[Core]
|
||||||
# Values set here will override the main dolphin settings.
|
# Values set here will override the main Dolphin settings.
|
||||||
DSPHLE = False
|
DSPHLE = False
|
||||||
|
|
||||||
[EmuState]
|
[EmuState]
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# GOWD69 - NFS Most Wanted
|
# GOWD69 - NFS Most Wanted
|
||||||
|
|
||||||
[Core]
|
[Core]
|
||||||
# Values set here will override the main dolphin settings.
|
# Values set here will override the main Dolphin settings.
|
||||||
MMU = 1
|
MMU = 1
|
||||||
|
|
||||||
[EmuState]
|
[EmuState]
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# GOWE69 - NFS Most Wanted
|
# GOWE69 - NFS Most Wanted
|
||||||
|
|
||||||
[Core]
|
[Core]
|
||||||
# Values set here will override the main dolphin settings.
|
# Values set here will override the main Dolphin settings.
|
||||||
MMU = 1
|
MMU = 1
|
||||||
|
|
||||||
[EmuState]
|
[EmuState]
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# GOWF69 - NFS Most Wanted
|
# GOWF69 - NFS Most Wanted
|
||||||
|
|
||||||
[Core]
|
[Core]
|
||||||
# Values set here will override the main dolphin settings.
|
# Values set here will override the main Dolphin settings.
|
||||||
MMU = 1
|
MMU = 1
|
||||||
|
|
||||||
[EmuState]
|
[EmuState]
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# GOWJ69 - NFS Most Wanted
|
# GOWJ69 - NFS Most Wanted
|
||||||
|
|
||||||
[Core]
|
[Core]
|
||||||
# Values set here will override the main dolphin settings.
|
# Values set here will override the main Dolphin settings.
|
||||||
MMU = 1
|
MMU = 1
|
||||||
|
|
||||||
[EmuState]
|
[EmuState]
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# GOWP69 - NFS Most Wanted
|
# GOWP69 - NFS Most Wanted
|
||||||
|
|
||||||
[Core]
|
[Core]
|
||||||
# Values set here will override the main dolphin settings.
|
# Values set here will override the main Dolphin settings.
|
||||||
MMU = 1
|
MMU = 1
|
||||||
|
|
||||||
[EmuState]
|
[EmuState]
|
||||||
|
@ -24,7 +24,3 @@ PH_SZFar = 0
|
|||||||
PH_ExtraParam = 0
|
PH_ExtraParam = 0
|
||||||
PH_ZNear =
|
PH_ZNear =
|
||||||
PH_ZFar =
|
PH_ZFar =
|
||||||
|
|
||||||
[Speedhacks]
|
|
||||||
0x80006e00=800
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user