45 Commits (8ec1e168672a0e3798eb45680e0fed59f3775645)

Author SHA1 Message Date
Lioncash a813c10e1c file_sys: Replace includes with forward declarations where applicable 7 years ago
Lioncash a405373144 vfs_real: Forward declare IOFile 7 years ago
Lioncash 4a587b81b2 core/core: Replace includes with forward declarations where applicable 7 years ago
fearlessTobi 78653f7339 Show game compatibility within yuzu 7 years ago
Zach Hilman 60b7a3b904 game_list: Add SD registration loading to game list 7 years ago
tech4me cc71832b19 qt/main: Port part of citra(#3411), open savedata works 7 years ago
Lioncash 477eee3993 service/filesystem: Use forward declarations where applicable 7 years ago
Lioncash ffd60ee476 game_list: Avoid uninitialized variables when retrieving program ID 7 years ago
Zach Hilman 6b76b77400 registration: Add support for force overwrite of installed 7 years ago
Zach Hilman fdf27bf390 game_list: Split game list scans to multiple functions 7 years ago
Zach Hilman 10812f8407 game_list: Populate control data from installed NAND 7 years ago
Zach Hilman b67e751ccb game_list: Modify game list to scan installed titles 8 years ago
Zach Hilman 8069fbd37f game_list: Reorder error checks 8 years ago
Zach Hilman ec3bef7b4c loader: Add more descriptive errors 8 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