mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-12-30 22:20:57 +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.
34 lines
701 B
INI
34 lines
701 B
INI
# RMHP08 - Monster Hunter Tri
|
|
|
|
[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.
|
|
$Bloom OFF
|
|
0x00057058:dword:0xC022FFE4
|
|
0x0079FF44:dword:0x3F800000
|
|
|
|
[ActionReplay]
|
|
# Add action replay cheats here.
|
|
|
|
[Video]
|
|
ProjectionHack = 0
|
|
|
|
[Video_Settings]
|
|
UseXFB = True
|
|
UseRealXFB = False
|
|
|
|
[Video_Hacks]
|
|
EFBAccessEnable = False
|
|
EFBToTextureEnable = False
|
|
EFBCopyEnable = True
|