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