723 Commits (feb6b2b4a82acb41248701ef69aa6758408927d0)

Author SHA1 Message Date
Zach Hilman feb6b2b4a8 Allow key loading from %YUZU_DIR%/keys in addition to ~/.switch 8 years ago
Zach Hilman e7ae26a563 Use SHGetKnownFolderPath instead of SHGetFolderPathA 8 years ago
Zach Hilman 03467b64e3 Extract mbedtls to cpp file 8 years ago
Zach Hilman b10c0d291f Remove files that are not used 8 years ago
Lioncash bdeda001bc service: Add fgm services 8 years ago
Lioncash e136d94655 service: Add the pcie service 8 years ago
Tobias 1e25018638 Port #3758 from Citra (#852): Add missing std::string import in text_formatter 8 years ago
Cameron Cawley edf024592e Port #3732 from Citra: "common: Fix compilation on ARM" 8 years ago
B3n30 d480730a4c remove polymorphism issue 8 years ago
zhupengfei 4cabe17f0b common/string_utils: replace boost::transform with std counterpart 8 years ago
zhupengfei 7311baa65c Port #3972 from Citra: "common/timer: use std::chrono, avoid platform-dependent code" 8 years ago
Lioncash cbefbc3c60 service: Add wlan services 8 years ago
Lioncash 82ef74be0b service: Add btm services 8 years ago
Lioncash db0eb8968d service: Add ncm services 8 years ago
Lioncash 3d1b71b0a8 service: Add mii services 8 years ago
Lioncash 171f57b364 service: Add nfc services 8 years ago
Lioncash 995ca4edd0 service/lbl: Implement EnableVrMode, DisableVrMode and GetVrMode 8 years ago
Lioncash 6116b53dfb service: Add ldn services 8 years ago
Zach Hilman bd410ce242 VFS Regression and Accuracy Fixes (#776) 8 years ago
Lioncash 54b477c4f9 string_util: Get rid of separate resize() in CPToUTF16(), UTF16ToUTF8(), CodeToUTF8() and UTF8ToUTF16() 8 years ago
Lioncash cd09896057 string_util: Use emplace_back() in SplitString() instead of push_back() 8 years ago
Lioncash 7b00b5c322 string_util: Remove unnecessary std::string instance in TabsToSpaces() 8 years ago
Lioncash 861405d6c0 file_util, vfs: Use std::string_view where applicable 8 years ago
Lioncash 5440a4a9d9 file_util: Remove goto usages from Copy() 8 years ago
Lioncash 574be087d4 file_util: Use a u64 to represent number of entries 8 years ago
Lioncash 2684cc586e file_util: std::move FST entries in ScanDirectoryTree() 8 years ago
Lioncash 85ca923ed4 file_util: Use an enum class for GetUserPath() 8 years ago
Lioncash 478a19a774 file_util: Remove explicit type from std::min() in GetPathWithoutTop() 8 years ago
Lioncash 32dde02a89 file_util: Remove redundant duplicate return in GetPathWithoutTop() 8 years ago
Lioncash 8ec2f1b2b7 common: Remove synchronized_wrapper.h 8 years ago
Lioncash a2e090303f param_package: Take std::string by value in string-based Set() function 8 years ago
Lioncash 3c613decdf param_package: Use std::unordered_map's insert_or_assign instead of map indexing 8 years ago
Lioncash 48ea3bc5fb param_package: Get rid of file-static std::string construction 8 years ago
Lioncash e107471e08 logging/filter: Use std::string_view in ParseFilterString() 8 years ago
Lioncash aa199be9d0 logging/backend: Add missing standard includes 8 years ago
Lioncash 943584ff42 logging/backend: Use std::string_view in RemoveBackend() and GetBackend() 8 years ago
Lioncash 5edccd695c common/swap: Remove unnecessary const on return value of swap() 8 years ago
Lioncash f66d29acf2 common/swap: Use static_cast where applicable 8 years ago
Lioncash d7ebfa40a1 common/swap: Use using aliases where applicable 8 years ago
Lioncash 3ec8aa2bb9 common/common_funcs: Remove unused rotation functions 8 years ago
Lioncash 03d8c78199 common/misc: Deduplicate code in GetLastErrorMsg() 8 years ago
Lioncash ba015f825f file_util: return string by const reference for GetExeDirectory() 8 years ago
Lioncash 7ad7ee1411 string_util: Remove AsciiToHex() 8 years ago
Zach Hilman 82150bd5c1 Virtual Filesystem 2: Electric Boogaloo (#676) 8 years ago
Lioncash d284e38814 externals: update fmt to version 5.1.0 8 years ago
Lioncash 4fee2216fc telemetry: Remove unnecessary Field constructor 8 years ago
Lioncash 2df4be6f25 telemetry: Make operator== and operator!= const member functions of Field 8 years ago
Lioncash c66555a28f telemetry: Default copy/move constructors and assignment operators 8 years ago
James Rowe 9e5bc967de Logging: Dump all logs in the queue on close in debug mode 8 years ago
James Rowe ada0d38ca9 Logging: Don't lock the queue for the duration of the write 8 years ago