summaryrefslogtreecommitdiff
path: root/Data/Sys/GameSettings/RSN.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.
2021-12-27GameINI: Replace all uses of SyncGPU with single coreJosJuice
At least on Android, SyncGPU has really bad performance compared to single core. It's less stable too - I get fatal GPU desyncs in Pokémon XD using the default settings.
2018-03-31Remove EmuState from packaged GameSettings ini filesShawn Hoffman
2015-06-27Gameini updates.Linktothepast
Fixes issues 8713 and 8674. Also disables scaled efb copies by default for New Super Mario Bros to take advantage of the recent efb to texture spinning coin fix.
2015-02-25Gameini updates.Linktothepast
It removes settings that were removed from dolphin to clean up the database. Modifies some gameinis to use the new 3 letter gameid. Adds Hyrule field speedup hack for Japanese and American version of Twilight Princess for wii. Removes efb to ram from Twilight Princess, Tony Hawk's Pro Skater 3, Tony Hawk's Pro Skater 4, Prince of Persia Forgotten Sands, Mario Superstar Baseball, Okami, FFCC the Crystal Bearers and The Simpsons due to the recent dolphin changes. Enables efb to ram for The Magic Obelisk because it needs it and some more minor changes.
2015-02-11Automated de-duplication of game INIsJosJuice
761 INIs were merged. 319 INIs couldn't be merged because of differences.