mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -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".
34 lines
643 B
INI
34 lines
643 B
INI
# FC7E01 - Play Action Football
|
|
|
|
[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 = Texture filtering will cause glitches.
|
|
EmulationStateId = 4
|
|
|
|
[OnLoad]
|
|
# Add memory patches to be loaded once on boot here.
|
|
|
|
[OnFrame]
|
|
# Add memory patches to be applied every frame here.
|
|
|
|
[ActionReplay]
|
|
# Add action replay cheats here.
|
|
|
|
[Video]
|
|
ProjectionHack = 0
|
|
|
|
[Video_Settings]
|
|
SafeTextureCacheColorSamples = 0
|
|
EFBScale = 2
|
|
|
|
[Video_Hacks]
|
|
EFBToTextureEnable = False
|
|
EFBCopyEnable = True
|
|
|
|
[Video_Enhancements]
|
|
MaxAnisotropy = 0
|
|
ForceFiltering = False
|