mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
994c8e5282
Just because it was the same game, released in diffrent regions at around the same time doesn't mean they use the same version of the Virtual Console emulator. The previous INIs were based of testing of the US release so I've move them to 6 letter INIs only effecting the US release. I've also added a few more and added a few Inis for the few PAL games that I could confirm also didn't require EFB2Ram.
30 lines
970 B
INI
30 lines
970 B
INI
# Fxxxxx - All NES Virtual Console games
|
|
|
|
[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
|
|
|
|
[Video_Settings]
|
|
SafeTextureCacheColorSamples = 0
|
|
EFBScale = 2
|
|
|
|
[Video_Hacks]
|
|
# Some very early NES releases use a version of the NES emulator that doesn't require EFB2Ram.
|
|
# All US releases before Feburary 2007 use this version (with all remaining US releases requiring EFB2Ram).
|
|
# But in the PAL region the same games don't necessarily have the same emulator version and
|
|
# only a few of the pre-Feburary 2007 releases don't require EFB2Ram.
|
|
#
|
|
# Because of this, Inifiles that override this setting should only be created for the explicit region
|
|
# that was tested and they should not be merged.
|
|
EFBToTextureEnable = False
|
|
|
|
[Video_Enhancements]
|
|
MaxAnisotropy = 0
|
|
ForceFiltering = False
|
|
|
|
[Wii]
|
|
Widescreen = False |