mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-02 16:50:58 +01:00
ca3a25221a
Clean up tlbhack from the database. Updates for The Last Story (wii), Metal Slug Anthology (wii) and Retro City Rampage (wiiware). Fixes issue 7740.
40 lines
783 B
INI
40 lines
783 B
INI
# RMHJ08 - MONSTER HUNTER 3
|
|
|
|
[Core]
|
|
# Values set here will override the main dolphin settings.
|
|
|
|
[EmuState]
|
|
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
|
EmulationIssues = Skip efb access from cpu needs to be enabled for direct 3d to have playable speeds.
|
|
EmulationStateId = 4
|
|
|
|
[OnLoad]
|
|
# Add memory patches to be loaded once on boot here.
|
|
|
|
[OnFrame]
|
|
# Add memory patches to be applied every frame here.
|
|
0x805DD6D4:dword:0x60000000
|
|
0x805DD6D8:dword:0x60000000
|
|
0x805DD6DC:dword:0x60000000
|
|
|
|
[ActionReplay]
|
|
# Add action replay cheats here.
|
|
|
|
[Video]
|
|
ProjectionHack = 0
|
|
PH_SZNear = 0
|
|
PH_SZFar = 0
|
|
PH_ExtraParam = 0
|
|
PH_ZNear =
|
|
PH_ZFar =
|
|
|
|
[Video_Settings]
|
|
UseXFB = True
|
|
UseRealXFB = False
|
|
|
|
[Video_Hacks]
|
|
EFBAccessEnable = False
|
|
EFBToTextureEnable = False
|
|
EFBCopyEnable = True
|
|
|