mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-16 05:42:31 -05:00
dolphin-emu/Sys/ folder (2562 files) from libretro/dolphin Data/Sys. retroarch.yml: DSP firmware (dsp_coef.bin, dsp_rom.bin), fonts (font_western.bin, font_japanese.bin) at dolphin-emu/Sys/GC/ paths. ref: DolphinLibretro/Boot.cpp:72-73, HW/DSPLLE/DSPHost.cpp, HW/EXI/EXI_DeviceIPL.cpp. pack: 452 files, 0 missing.
22 lines
792 B
INI
22 lines
792 B
INI
# Fxxxxx - All NES Virtual Console games
|
|
|
|
[Core]
|
|
# Values set here will override the main Dolphin settings.
|
|
|
|
[Video_Settings]
|
|
SuggestedAspectRatio = 2
|
|
SafeTextureCacheColorSamples = 0
|
|
|
|
[Video_Hacks]
|
|
# Some very early NES releases use a version of the NES emulator that doesn't require EFB2Ram.
|
|
# All US releases before February 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-February 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]
|
|
ForceTextureFiltering = 0
|