mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
e7f8098c3d
Update that adds NES and SNES (U) Virtual Console games to the database. Fixes issue 7349 (More Aggressive Twilight Princess Hack), issue 7337 (Def Jam Vendetta No Cutscenes?) and issue 7258 (Madden NFL 2003 requires RealXFB for videos). Workaround for issue 7322 (Slow audio ingame in various gamecube games when using HLE, LLE audio works fine.) by enforcing LLE audio for the affected games for the time being. This PR depends upon pr #466 "Allow progressive scan to be set by game ini".
28 lines
389 B
INI
28 lines
389 B
INI
# JDAE01 - FINAL FANTASY III
|
|
|
|
[Core]
|
|
ProgressiveScan = True
|
|
|
|
[EmuState]
|
|
EmulationStateId = 4
|
|
EmulationIssues = Needs progressive scan for proper speed.
|
|
|
|
[OnFrame]
|
|
|
|
[ActionReplay]
|
|
|
|
[Video]
|
|
ProjectionHack = 0
|
|
PH_SZNear = 0
|
|
PH_SZFar = 0
|
|
PH_ExtraParam = 0
|
|
PH_ZNear =
|
|
PH_ZFar =
|
|
|
|
[Video_Settings]
|
|
SafeTextureCacheColorSamples = 0
|
|
|
|
[Video_Hacks]
|
|
EFBToTextureEnable = False
|
|
EFBCopyEnable = True
|