mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-13 12:22:33 -05:00
Reorganized 6 branches into bios/Manufacturer/Console/. Scrapers for RetroArch, Batocera, Recalbox, and libretro core-info. Platform-aware verification replicating native logic per platform. Pack generation with dedup, alias resolution, variant support. CI/CD: weekly auto-scrape, auto-release, PR validation. Large files (>50MB) stored as GitHub Release assets, auto-fetched at build time.
23 lines
814 B
INI
23 lines
814 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 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
|
|
ForceTextureFiltering = False
|