summaryrefslogtreecommitdiff
path: root/Data/Sys/GameSettings/SC7.ini
AgeCommit message (Collapse)Author
2025-08-31GameSettings: clean up texture filtering settingsTillmann Karras
`MaxAnisotropy = 0` is no longer the safest setting because it forces 1x even if the game asks for more. `ForceFiltering` was replaced by `ForceTextureFiltering` in afe9d5b098ffa32ab92a9795fac9553b29fc4bce. The one remaining occurrence was merged later. `ForceTextureFiltering` is an int option and shouldn't be set to False. Just Dance 3, Just Dance: Best of, and Just Dance: Greatest Hits look fine on AMD GPUs without manual texture sampling. On Nvidia GPUs they have a single stripe that I think doesn't warrant forcing manual texture sampling for everyone. The NES games I tried worked fine with anisotropic filtering, it just doesn't do anything. Various games don't actually have any issue with anisotropic filtering as long as it's not forced. The only game I could find that actually requires the default aniso setting is Spider-Man: Shattered Dimensions. Boogie SuperStar works fine with any texture filtering setting.
2024-10-18GameINI: Remove OnLoad sectionsPokechu22
These haven't worked since 2008 (0b5fed62c1b92017ce43a87ba223763a75e7fbef).
2023-01-29GameSettings: Replace ForceFiltering with ForceTextureFilteringJosJuice
This setting was renamed when it was updated to also support forcing nearest neighbor filtering.
2018-03-31Remove EmuState from packaged GameSettings ini filesShawn Hoffman
2016-01-07Gameini updates.Linktothepast
Updates for Sonic Adventure 2 Battle, Surf's Up, Drawn to Life The Next Chapter, Boogie, Boogie SuperStar, Quantum of Solace, Tiger Woods PGA Tour 08, Call of Duty: Black Ops. Fixes issues 9123, 9191, 9204, 9205, 9206, 9050, 9183.
2015-06-10GameIni: Remove default Projection Hackdegasus
2015-03-01Capitalize Dolphin in Game INI FilesBuddybenj
Thanks to FAR - Find And Replace
2015-02-26Manual de-duplication of game INIsJosJuice
That took a few hours...
2015-02-11Automated de-duplication of game INIsJosJuice
761 INIs were merged. 319 INIs couldn't be merged because of differences.