46 Commits (84fe0b77983f004ecdb78f8d1b264ead606f54a2)

Author SHA1 Message Date
Zach Hilman d0467f930a qt: Add UI support for NSP files 7 years ago
Lioncash a9f4e31cc0 file_sys: Replace includes with forward declarations where applicable 7 years ago
Lioncash df444a4a8e vfs_real: Forward declare IOFile 7 years ago
Lioncash 84f855a61d core/core: Replace includes with forward declarations where applicable 7 years ago
fearlessTobi f30bf4d48d Show game compatibility within yuzu 7 years ago
Zach Hilman b56f075c4e game_list: Add SD registration loading to game list 7 years ago
tech4me 5e70a75986 qt/main: Port part of citra(#3411), open savedata works 7 years ago
Lioncash 1d77a31e1d service/filesystem: Use forward declarations where applicable 7 years ago
Lioncash 9981f15c87 game_list: Avoid uninitialized variables when retrieving program ID 7 years ago
Zach Hilman 8c33f20792 registration: Add support for force overwrite of installed 7 years ago
Zach Hilman 9bae8b24ae game_list: Split game list scans to multiple functions 7 years ago
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 7 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 7 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