90 Commits (01dbe3a6249fe6a013c19cd3d3cf460b3a7bfe23)

Author SHA1 Message Date
Zach Hilman 8f96b88d0b game_list: Populate control data from installed NAND 7 years ago
Zach Hilman 53ca6f8846 game_list: Modify game list to scan installed titles 7 years ago
Zach Hilman 9946a70305 game_list: Reorder error checks 7 years ago
Zach Hilman da921ac3f3 loader: Add more descriptive errors 7 years ago
Zach Hilman 1e2232797a vfs: Fix typo in VfsFilesystem docs 8 years ago
Zach Hilman 4cbef33915 core: Port core to VfsFilesystem for file access 8 years ago
Zach Hilman d53b3a13b3 loader: Add icon and title support to XCI 8 years ago
Zach Hilman 469f7cefe4 Use const where applicable 8 years ago
Zach Hilman f89988272e Avoid parsing RomFS to directory in NCA 8 years ago
Lioncash 35f1943b0f game_list: Remove unnecessary conversion to std::string in ValidateEntry() 8 years ago
Lioncash 2d3b313879 game_list: Use QString::fromStdString() where applicable instead of c_str() 8 years ago
Lioncash c41c5028db game_list: Join declarations and assignments in onTextChanged() 8 years ago
Zach Hilman b10c0d291f Remove files that are not used 8 years ago
Lioncash 574be087d4 file_util: Use a u64 to represent number of entries 8 years ago
Zach Hilman 82150bd5c1 Virtual Filesystem 2: Electric Boogaloo (#676) 8 years ago
Lioncash 2b547cda84 game_list: Make ContainsAllWords an internally linked non-member function 8 years ago
Lioncash 80b03cb214 game_list: Upper-case containsAllWords to ContainsAllWords() 8 years ago
Lioncash 75eba5fdb9 game_list: Make containsAllWords a const member function 8 years ago
Lioncash 308205980e game_list: Remove unnecessary QString initialization in KeyReleaseEater 8 years ago
bunnei 0c22a8d514 Revert "Virtual Filesystem (#597)" 8 years ago
Zach Hilman 12e9522b32 Virtual Filesystem (#597) 8 years ago
James Rowe d74d2a77cb Update clang format 8 years ago
James Rowe e159c550d8 Rename logging macro back to LOG_* 8 years ago
Zach Hilman a47f36da7b Add support for decrypted NCA files (#567) 8 years ago
Zach Hilman 044ed8717e Bug fixes, testing, and review changes 8 years ago
Zach Hilman ea7301923c Recognize main files in game list 8 years ago
Lioncash ef3129bf7a frontends: Move logging macros over to new fmt-capable ones 8 years ago
Lioncash e11285c9a8 qt: Migrate to Qt 5 signal/slot connection syntax where applicable 8 years ago
Lioncash f540adeef2 game_list: Amend doxygen parameter identifiers for containsAllWords() 8 years ago
N00byKing 1a8a93a9a2 Update game_list.cpp 8 years ago
James Rowe 31499ecb2e Removing unused settings and yuzu rebranding 8 years ago
James Rowe 5dbd091a80 Massive removal of unused modules 8 years ago
James Rowe d2b1114c2c Frontend: Prevent FileSystemWatcher from blocking UI thread 9 years ago
Nico Bosshard ba1a10ee4c Don’t focus the search field if the game is empty 9 years ago
Nico Bosshard 7ce591a8f1 Fixed some more typos 9 years ago
Nico Bosshard dc13d6e1da citra-qt: game list search function fixed minor mistakes 9 years ago
Nico Bosshard 52d2e4a5f3 citra-qt: game list search function (#2673) 9 years ago
Yuri Kunde Schlesner 249bd04274 Qt: Add (empty) status bar 9 years ago
James Rowe 160ba0e9f8 Use QFileSystemWatcher to reload the game list when a change is detected. (#2555) 9 years ago
Yuri Kunde Schlesner 622c405e71 Qt/GameList: Use suffix() to parse the file extension 9 years ago
Kloen Lansfiel 21a48770b8 citra-qt: Don't attempt to scan files with unsupported extensions (#2402) 9 years ago
MerryMage 33831718fa game_list: Implement context menu for items in list 9 years ago
Lioncash ada0edd082 game_list: Make the AddEntry argument a const reference 9 years ago
Lioncash da804ef0ff game_list: Replace 0 literals with nullptr 9 years ago
Lioncash f5636c45fb game_list: Use QT5's new event connection syntax 9 years ago
Lioncash bd25e19ee8 game_list: Pass the parent constructor argument to the QWidget base class 9 years ago
Yuri Kunde Schlesner fa5d9d8266 Use negative priorities to avoid special-casing the self-include 9 years ago
Emmanuel Gil Peyrot 1138ec0d49 Remove empty newlines in #include blocks. 9 years ago
Emmanuel Gil Peyrot 628ed4376a Sources: Run clang-format on everything. 9 years ago
Yuri Kunde Schlesner 8e468474ab Fix recursive scanning of directories 10 years ago