mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 15:31:17 +01:00
And a monster hunter 3 update that takes advantage of the efb to cpu access option.
This commit is contained in:
parent
4a1a9af7cf
commit
bdb037ff16
@ -2,12 +2,12 @@
|
|||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
TLBHack = 1
|
TLBHack = 1
|
||||||
[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.
|
||||||
EmulationIssues = Disable(enable cpu access) in the graphics plugin for playable speed(r6461)
|
EmulationIssues = Disable(enable cpu access) in the graphics plugin for playable speed(r6651)
|
||||||
EmulationStateId = 4
|
EmulationStateId = 4
|
||||||
[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.
|
||||||
[Video]
|
[Video]
|
||||||
FIFOWatermarkTightness = 50
|
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
EFBToTextureEnable = 0
|
EFBToTextureEnable = 0
|
||||||
|
EFBAccessEnable = 0
|
||||||
[Gecko]
|
[Gecko]
|
||||||
|
@ -2,13 +2,15 @@
|
|||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
TLBHack = 1
|
TLBHack = 1
|
||||||
[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.
|
||||||
|
EmulationIssues = Disable(enable cpu access) in the graphics plugin for playable speed(r6651)
|
||||||
EmulationStateId = 4
|
EmulationStateId = 4
|
||||||
EmulationIssues =
|
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
0x805DD6D4:dword:0x60000000
|
0x805DD6D4:dword:0x60000000
|
||||||
0x805DD6D8:dword:0x60000000
|
0x805DD6D8:dword:0x60000000
|
||||||
0x805DD6DC:dword:0x60000000
|
0x805DD6DC:dword:0x60000000
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = -1
|
ProjectionHack = 0
|
||||||
EFBToTextureEnable = 0
|
EFBToTextureEnable = 0
|
||||||
|
EFBAccessEnable = 0
|
||||||
|
[Gecko]
|
||||||
|
@ -2,12 +2,12 @@
|
|||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
TLBHack = 1
|
TLBHack = 1
|
||||||
[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.
|
||||||
EmulationIssues = Disable(enable cpu access) in the graphics plugin for playable speed(r6461)
|
EmulationIssues = Disable(enable cpu access) in the graphics plugin for playable speed(r6651)
|
||||||
EmulationStateId = 4
|
EmulationStateId = 4
|
||||||
[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.
|
||||||
[Video]
|
[Video]
|
||||||
FIFOWatermarkTightness = 50
|
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
EFBToTextureEnable = 0
|
EFBToTextureEnable = 0
|
||||||
|
EFBAccessEnable = 0
|
||||||
[Gecko]
|
[Gecko]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user