summaryrefslogtreecommitdiff
path: root/src/yuzu/configuration/configure_gamelist.ui
AgeCommit message (Collapse)Author
2020-01-24yuzu/configuration: create UI tab and move gamelist settings thereFearlessTobi
2018-11-01game_list: Make add-ons column optionalZach Hilman
As the add-ons column takes the most processing time out of any (as it needs to search registration for updates/dlc, patch control NCAs, search for mods, etc.), an option was added to disable it. This does not affect the application of add-ons. In large game collections, this decreases game list refresh time by as much as 70%.
2018-08-06Avoid parsing RomFS to directory in NCAZach Hilman