1
0
Fork 0
forked from suyu/suyu
suyu/src
Zach Hilman 2d2ef05d8c game_list: Make add-ons column optional
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-11-01 20:27:12 -04:00
..
audio_core time_stretch: Switch to values of Citra 2018-10-29 14:49:36 +01:00
common logging/backend: Add missing services to the log filters 2018-10-23 22:35:59 -04:00
core filesystem: Cache RegisteredCacheUnion instead of constructing on demand 2018-11-01 20:24:32 -04:00
input_common
tests global: Use std::optional instead of boost::optional (#1578) 2018-10-30 00:03:25 -04:00
video_core global: Use std::optional instead of boost::optional (#1578) 2018-10-30 00:03:25 -04:00
web_service Merge pull request #1542 from lioncash/project 2018-10-23 18:44:08 -04:00
yuzu game_list: Make add-ons column optional 2018-11-01 20:27:12 -04:00
yuzu_cmd acc: Fix account UUID duplication error 2018-10-23 19:31:28 -04:00
.clang-format
CMakeLists.txt