summaryrefslogtreecommitdiff
path: root/src/yuzu/game_list.cpp
AgeCommit message (Expand)Author
2018-10-24Merge pull request #1568 from lioncash/dirbunnei
2018-10-24game_list: Use QFileInfo instead of common's file functionsLioncash
2018-10-24game_list: Make game list column headers translatableLioncash
2018-09-27Merge pull request #1360 from FearlessTobi/port-3979bunnei
2018-09-21qt: Add UI elements for LayeredFS and related toolsZach Hilman
2018-09-21game_list: move SearchField to game_list_p.h and fix untranslated textzhupengfei
2018-09-20game_list: Handle plurals within setFilterResult() betterLioncash
2018-09-11game_list: Resolve variable shadowing within LoadCompatibilityList()Lioncash
2018-09-11game_list: Use QJsonValueRef() within LoadCompatibilityList()Lioncash
2018-09-09yuzu: Move compatibility list specifics to their own source filesLioncash
2018-09-07yuzu: Move GameListWorker to its own source filesLioncash
2018-09-04patch_manager: Centralize Control-type NCA parsingZach Hilman
2018-09-04game_list: Fix version display on non-NAND titlesZach Hilman
2018-09-04game_list: Use friendly game versionsZach Hilman
2018-09-04game_list: Display patch names and versions on listZach Hilman
2018-09-04game_list: Use RegisteredCacheUnion for installedZach Hilman
2018-09-04qt: Add UI support for NSP filesZach Hilman
2018-09-03file_sys: Replace includes with forward declarations where applicableLioncash
2018-09-02vfs_real: Forward declare IOFileLioncash
2018-08-31core/core: Replace includes with forward declarations where applicableLioncash
2018-08-29Show game compatibility within yuzufearlessTobi
2018-08-23game_list: Add SD registration loading to game listZach Hilman
2018-08-21qt/main: Port part of citra(#3411), open savedata workstech4me
2018-08-20service/filesystem: Use forward declarations where applicableLioncash
2018-08-20game_list: Avoid uninitialized variables when retrieving program IDLioncash
2018-08-11registration: Add support for force overwrite of installedZach Hilman
2018-08-11game_list: Split game list scans to multiple functionsZach Hilman
2018-08-11game_list: Populate control data from installed NANDZach Hilman
2018-08-11game_list: Modify game list to scan installed titlesZach Hilman
2018-08-09game_list: Reorder error checksZach Hilman
2018-08-09loader: Add more descriptive errorsZach Hilman
2018-08-08vfs: Fix typo in VfsFilesystem docsZach Hilman
2018-08-08core: Port core to VfsFilesystem for file accessZach Hilman
2018-08-06loader: Add icon and title support to XCIZach Hilman
2018-08-06Use const where applicableZach Hilman
2018-08-06Avoid parsing RomFS to directory in NCAZach Hilman
2018-08-06Merge pull request #947 from lioncash/encodingbunnei
2018-08-06game_list: Remove unnecessary conversion to std::string in ValidateEntry()Lioncash
2018-08-06game_list: Use QString::fromStdString() where applicable instead of c_str()Lioncash
2018-08-06game_list: Join declarations and assignments in onTextChanged()Lioncash
2018-08-01Remove files that are not usedZach Hilman
2018-07-21file_util: Use a u64 to represent number of entriesLioncash
2018-07-18Merge pull request #684 from lioncash/nonmemberbunnei
2018-07-18Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman
2018-07-18game_list: Make ContainsAllWords an internally linked non-member functionLioncash
2018-07-18Merge pull request #681 from lioncash/constbunnei
2018-07-18game_list: Upper-case containsAllWords to ContainsAllWords()Lioncash
2018-07-18game_list: Make containsAllWords a const member functionLioncash
2018-07-18game_list: Remove unnecessary QString initialization in KeyReleaseEaterLioncash
2018-07-07Revert "Virtual Filesystem (#597)"bunnei