857 Commits (71c4e876efd20e0bae875a80effe2bc5561453e7)

Author SHA1 Message Date
Lioncash 33fbcb45a7 string_util: Remove AsciiToHex() 8 years ago
Zach Hilman 29aff8d5ab Virtual Filesystem 2: Electric Boogaloo (#676) 8 years ago
Lioncash f5d7706ca1 externals: update fmt to version 5.1.0 8 years ago
Lioncash c65a8fafa0 telemetry: Remove unnecessary Field constructor 8 years ago
Lioncash 0aebe6b3d5 telemetry: Make operator== and operator!= const member functions of Field 8 years ago
Lioncash 3575d367a4 telemetry: Default copy/move constructors and assignment operators 8 years ago
James Rowe 497b81558e Logging: Dump all logs in the queue on close in debug mode 8 years ago
James Rowe 6daebaaa57 Logging: Don't lock the queue for the duration of the write 8 years ago
Hedges e066bc75b9 More improvements to GDBStub (#653) 8 years ago
bunnei 913896cbd9 Revert "Virtual Filesystem (#597)" 8 years ago
fearlessTobi 476e0fae4c Port #3474 from Citra 8 years ago
fearlessTobi 70a6691e3b Port #3579 from Citra 8 years ago
Zach Hilman 77c684c114 Virtual Filesystem (#597) 8 years ago
fearlessTobi c9aadff9a9 Remove some references to Citra 8 years ago
bunnei 76b475faf7 Fix build and address review feedback 8 years ago
James Rowe 6269a01b4e Add configurable logging backends 8 years ago
James Rowe 0d46f0df12 Update clang format 8 years ago
James Rowe 638956aa81 Rename logging macro back to LOG_* 8 years ago
mailwl a2efb1dd48 Common/string_util: add StringFromBuffer function 8 years ago
mailwl 7e3d746b06 Service/MM: add service and stub some functions 8 years ago
mailwl 7757cc1a7f Service/BCAT: add module and services 8 years ago
Lioncash acc10c7ee2 vector_math: Ensure members are always initialized 8 years ago
Lioncash 3abba08080
string_util: Remove StringFromFormat() and related functions 8 years ago
Lioncash e8bbafb746
file_util: Make move constructor/assignment operator and related functions noexcept 8 years ago
Lioncash 40d2dcabd7
file_util: Add static assertions to ReadBytes() and WriteBytes() 8 years ago
Lioncash 5d9ee12b1a
file_util: Remove compiler version checks around is_trivially_copyable() 8 years ago
Lioncash d43c49264f
log: Remove old logging macros and functions 8 years ago
Lioncash 8475496630
general: Convert assertion macros over to be fmt-compatible 8 years ago
David Marcec abc23416e8 Switched to NGLOG_WARNING 8 years ago
Lioncash 3cfe77ae75
common: Move logging macros over to new fmt-capable macros where applicable 8 years ago
David Marcec f1f7f2cba9 Added PREPO to logging backend, Removed comments from SaveReportWithUser 8 years ago
Lioncash 87a92ef062
common: Remove chunk_file.h and linear_disk_cache.h 8 years ago
David Marcec 27650499bc GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport->PlayReport. 8 years ago
Lioncash fae2dd0344
math_util: Remove the Clamp() function 8 years ago
Lioncash 956e200f12 vector_math: Remove AsArray() and Write() functions from Vec[2,3,4] 8 years ago
Lioncash 0eba5911f2 common: Remove code_block.h 8 years ago
Lioncash b134e6afcf common/thread: Remove unnecessary feature checking for thread_local 8 years ago
Lioncash d9e316e353 common_funcs: Remove ARRAY_SIZE macro 8 years ago
Lioncash 902fc61ef8 common_funcs: Remove check for VS versions that we don't even support 8 years ago
Lioncash 16ffecd8fb common_types: Convert typedefs to using aliases 8 years ago
Lioncash e8e5041955 common_types: Remove unnecessary check for whether or not__func__ is defined 8 years ago
bunnei e59126809c bit_field: Remove is_pod check, add is_trivially_copyable_v. 8 years ago
bunnei 45fd7c4a37 common: Port cityhash code from Citra. 8 years ago
bunnei 0315fe8c3d bit_field: Make all methods constexpr. 8 years ago
James Rowe f9945f8a3b Update fmtlib to fix msvc warnings 8 years ago
Daniel Lim Wee Soong bb9093ed57 logging: Change FmtLogMessage to use variadic template instead of FMT_VARIADIC 8 years ago
Daniel Lim Wee Soong a66204eb5c common: fix swap functions on Bitrig and OpenBSD 8 years ago
bunnei deaf6f9e35 service: Add NFP module interface. 8 years ago
N00byKing aa0f596a6e telemetry.h: Reword comment from citra to yuzu 8 years ago
N00byKing 3357e8d9ba
log.h: Change comment from citra to yuzu 8 years ago