32 Commits (ec3bef7b4c21931918f3a84ad79a53d31b02aeaf)

Author SHA1 Message Date
Zach Hilman ec3bef7b4c loader: Add more descriptive errors 7 years ago
Zach Hilman 94cf327e77 vfs: Fix typo in VfsFilesystem docs 8 years ago
Zach Hilman 4b471f0554 core: Port core to VfsFilesystem for file access 8 years ago
Zach Hilman 91cfe70301 loader: Add icon and title support to XCI 8 years ago
Zach Hilman 5927cf0e17 Use const where applicable 8 years ago
Zach Hilman 9e88f03e75 Avoid parsing RomFS to directory in NCA 8 years ago
Lioncash 10d693b9c2 game_list: Remove unnecessary conversion to std::string in ValidateEntry() 8 years ago
Lioncash a5ac53dd4c game_list: Use QString::fromStdString() where applicable instead of c_str() 8 years ago
Lioncash 251e92513a game_list: Join declarations and assignments in onTextChanged() 8 years ago
Zach Hilman df5b75694f Remove files that are not used 8 years ago
Lioncash 0ba7fe4ab1 file_util: Use a u64 to represent number of entries 8 years ago
Zach Hilman 29aff8d5ab Virtual Filesystem 2: Electric Boogaloo (#676) 8 years ago
Lioncash d17e172d92 game_list: Make ContainsAllWords an internally linked non-member function 8 years ago
Lioncash f4b98a857b game_list: Upper-case containsAllWords to ContainsAllWords() 8 years ago
Lioncash c8f3fc9a4b game_list: Make containsAllWords a const member function 8 years ago
Lioncash f4c69149f9 game_list: Remove unnecessary QString initialization in KeyReleaseEater 8 years ago
bunnei 913896cbd9 Revert "Virtual Filesystem (#597)" 8 years ago
Zach Hilman 77c684c114 Virtual Filesystem (#597) 8 years ago
James Rowe 0d46f0df12 Update clang format 8 years ago
James Rowe 638956aa81 Rename logging macro back to LOG_* 8 years ago
Zach Hilman 63f26d5c40 Add support for decrypted NCA files (#567) 8 years ago
Zach Hilman acc8fe5a2a Bug fixes, testing, and review changes 8 years ago
Zach Hilman 94d27b1717 Recognize main files in game list 8 years ago
Lioncash 3062eb52f4
frontends: Move logging macros over to new fmt-capable ones 8 years ago
Lioncash 5e46a9bb2b qt: Migrate to Qt 5 signal/slot connection syntax where applicable 8 years ago
Lioncash 15318b6601 game_list: Amend doxygen parameter identifiers for containsAllWords() 8 years ago
N00byKing 7c6c8da218
Update game_list.cpp 8 years ago
James Rowe 18ca3ca751 Removing unused settings and yuzu rebranding 8 years ago
James Rowe ebf9a784a9 Massive removal of unused modules 8 years ago
James Rowe fc2f7b0df6 Frontend: Prevent FileSystemWatcher from blocking UI thread 9 years ago
Nico Bosshard db256ea395 Don’t focus the search field if the game is empty 9 years ago
Nico Bosshard 89c28f9f80 Fixed some more typos 9 years ago
Nico Bosshard f447dfc36b citra-qt: game list search function fixed minor mistakes 9 years ago
Nico Bosshard 06d4654966 citra-qt: game list search function (#2673) 9 years ago
Yuri Kunde Schlesner 1b28b26682 Qt: Add (empty) status bar 9 years ago
James Rowe 26823cd38b Use QFileSystemWatcher to reload the game list when a change is detected. (#2555) 9 years ago
Yuri Kunde Schlesner f75e964d49 Qt/GameList: Use suffix() to parse the file extension 9 years ago
Kloen Lansfiel 30ff675f02 citra-qt: Don't attempt to scan files with unsupported extensions (#2402) 9 years ago
MerryMage f50dcc88bf game_list: Implement context menu for items in list 9 years ago
Lioncash db33d7668e game_list: Make the AddEntry argument a const reference 9 years ago
Lioncash aa05d36823 game_list: Replace 0 literals with nullptr 9 years ago
Lioncash dd4582f85d game_list: Use QT5's new event connection syntax 9 years ago
Lioncash fd3d56740e game_list: Pass the parent constructor argument to the QWidget base class 9 years ago
Yuri Kunde Schlesner 84fbbe2629 Use negative priorities to avoid special-casing the self-include 9 years ago
Emmanuel Gil Peyrot ebdae19fd2 Remove empty newlines in #include blocks. 9 years ago
Emmanuel Gil Peyrot dc8479928c Sources: Run clang-format on everything. 9 years ago
Yuri Kunde Schlesner d6792632f0 Fix recursive scanning of directories 10 years ago
LFsWang d24d047d45 AddFstEntriesToGameList - prevent loading a directory 10 years ago
Emmanuel Gil Peyrot 314ce5e505 CitraQt: Simplify the game list loader code 10 years ago
Emmanuel Gil Peyrot 8ab6f26c09 Common: Make recursive FileUtil functions take a maximum recursion 10 years ago