675 Commits (3c613decdf9a20afa0932bb2c5e468ef2081c550)

Author SHA1 Message Date
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 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
Hedges d8d8be6ac0 More improvements to GDBStub (#653) 8 years ago
bunnei 0c22a8d514 Revert "Virtual Filesystem (#597)" 8 years ago
fearlessTobi 8f74246cb1 Port #3474 from Citra 8 years ago
fearlessTobi 365753a98c Port #3579 from Citra 8 years ago
Zach Hilman 12e9522b32 Virtual Filesystem (#597) 8 years ago
fearlessTobi 08acefbaab Remove some references to Citra 8 years ago
bunnei 0afb4ff542 Fix build and address review feedback 8 years ago
James Rowe 7af1a786d5 Add configurable logging backends 8 years ago
James Rowe d74d2a77cb Update clang format 8 years ago
James Rowe e159c550d8 Rename logging macro back to LOG_* 8 years ago
mailwl b70838ca60 Common/string_util: add StringFromBuffer function 8 years ago
mailwl 7dee92618f Service/MM: add service and stub some functions 8 years ago
mailwl 3c612dea08 Service/BCAT: add module and services 8 years ago
Lioncash 7bee2c9d13 vector_math: Ensure members are always initialized 8 years ago
Lioncash d1e3e0eb42 string_util: Remove StringFromFormat() and related functions 8 years ago
Lioncash 22b7e4fcf6 file_util: Make move constructor/assignment operator and related functions noexcept 8 years ago
Lioncash 1c77c732e6 file_util: Add static assertions to ReadBytes() and WriteBytes() 8 years ago
Lioncash 5155b90870 file_util: Remove compiler version checks around is_trivially_copyable() 8 years ago
Lioncash ea0bac3599 log: Remove old logging macros and functions 8 years ago
Lioncash 324ee31fc3 general: Convert assertion macros over to be fmt-compatible 8 years ago
David Marcec 2810310018 Switched to NGLOG_WARNING 8 years ago
Lioncash f4cc29c07c common: Move logging macros over to new fmt-capable macros where applicable 8 years ago
David Marcec 6f6cac9366 Added PREPO to logging backend, Removed comments from SaveReportWithUser 8 years ago
Lioncash 67e3bb3e87 common: Remove chunk_file.h and linear_disk_cache.h 8 years ago
David Marcec 9591689dbc GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport->PlayReport. 8 years ago
Lioncash 043546e4db math_util: Remove the Clamp() function 8 years ago
Lioncash bd4e50afb9 vector_math: Remove AsArray() and Write() functions from Vec[2,3,4] 8 years ago
Lioncash 4e99ac0553 common: Remove code_block.h 8 years ago
Lioncash 9d21769d88 common/thread: Remove unnecessary feature checking for thread_local 8 years ago
Lioncash c9f5ae4fcc common_funcs: Remove ARRAY_SIZE macro 8 years ago
Lioncash 4b0e4421f4 common_funcs: Remove check for VS versions that we don't even support 8 years ago
Lioncash 0f07311af3 common_types: Convert typedefs to using aliases 8 years ago
Lioncash ad470a1478 common_types: Remove unnecessary check for whether or not__func__ is defined 8 years ago
bunnei 33a0dddf78 bit_field: Remove is_pod check, add is_trivially_copyable_v. 8 years ago