This commit is contained in:
parent
e8c8957bc7
commit
fa7492fef3
|
@ -9,3 +9,4 @@ Issues="Scanner does not work, music is buggy, scanner mode is buggy"
|
||||||
[ActionReplay]
|
[ActionReplay]
|
||||||
[EmuState]
|
[EmuState]
|
||||||
EmulationStateId = 2
|
EmulationStateId = 2
|
||||||
|
EmulationIssues = needs safe texture cache
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# G6QE08 - Megaman Collection
|
# G6QE08 - Megaman Collection
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 4
|
EmulationStateId = 3
|
||||||
EmulationIssues =
|
EmulationIssues =
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
#The Emulation State.
|
#The Emulation State.
|
||||||
EmulationStateId = 2
|
EmulationStateId = 2
|
||||||
Issues="Heat Visor doesn't work correctly, some graphics bugs, boss music doesn't play, PAL problems"
|
Issues="Heat Visor doesn't work correctly, some graphics bugs, boss music doesn't play, PAL problems"
|
||||||
EmulationIssues =
|
EmulationIssues = needs safe texture cache
|
||||||
[EmuState]
|
[EmuState]
|
||||||
EmulationStateId = 0
|
EmulationStateId = 0
|
||||||
[OnFrame]
|
[OnFrame]
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# GXGE08 - MEGAMAN X COLLECTION
|
# GXGE08 - MEGAMAN X COLLECTION
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 4
|
EmulationStateId = 3
|
||||||
EmulationIssues =
|
EmulationIssues =
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# RHAP01 - PARTY PACK for REVOLUTION
|
# RHAP01 - PARTY PACK for REVOLUTION
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 4
|
EmulationStateId = 2
|
||||||
|
EmulationIssues = DolphinIL only
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
|
|
|
@ -5,7 +5,8 @@
|
||||||
0x804e8b20=600
|
0x804e8b20=600
|
||||||
[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 = 0
|
EmulationStateId = 2
|
||||||
Issues="No working scanner"
|
Issues="No working scanner"
|
||||||
|
EmulationIssues = minor coloring problems
|
||||||
[OnFrame]
|
[OnFrame]
|
||||||
[ActionReplay]
|
[ActionReplay]
|
||||||
|
|
Loading…
Reference in New Issue