781 Commits (7b36b7d08dd5b0570a951ae6e159963ece08a017)

Author SHA1 Message Date
Weiyi Wang dd7df52d63 common/thread: remove YieldCPU() 7 years ago
Lioncash 939161b4dc ring_buffer: Use std::atomic_size_t in a static assert 7 years ago
Lioncash b834638dc0 ring_buffer: Use std::hardware_destructive_interference_size to determine alignment size for avoiding false sharing 7 years ago
fearlessTobi 1190ea6ddb Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
MerryMage 62e2e0a8fb common: Implement a ring buffer 7 years ago
CaptV0rt3x b636ffa70c Better Title Bar Display 7 years ago
Lioncash 067e34798b common/logging: Amend documentation comments 7 years ago
Lioncash 4209a71953 common/logging/filter: Replace C-style case with C++ static_cast 7 years ago
Lioncash ed8b4ac2b4 common/logging/filter: Make constructor explicit 7 years ago
Lioncash 0cb5150070 file_util: Correct return value in early exit of ReadFileToString() 7 years ago
Zach Hilman 26b536c967 hex_util: Replace logic_errors with LOG_CRITICAL 7 years ago
Lioncash 2c16d2ccdd logging/text_formatter: Use empty braces for initializing CONSOLE_SCREEN_BUFFER_INFO instance 7 years ago
Lioncash d6812d9e92 bit_field: Convert ToBool() into explicit operator bool 7 years ago
Lioncash 890507ecf1 common: Namespace hex_util.h/.cpp 7 years ago
Lioncash 5ad776105c common/telemetry: Migrate core-independent info gathering to common 7 years ago
Lioncash c0f2f8a840 common/xbyak_abi: Mark defined functions in header as inline 7 years ago
Lioncash 9b5b9205a5 common/xbyak: Use nested namespace specifiers where applicable 7 years ago
Lioncash f3992cd43b common: Remove unused old breakpoint source files 7 years ago
Lioncash e6a87798b9 logging/backend: Use const reference to refer to log filter 7 years ago
Zhu PengFei bba0f809c8 common/misc: use windows.h 7 years ago
Lioncash 95ff8e6aac thread_queue_list: Make contains() and get_first() const member functions 7 years ago
Lioncash 9a76374859 thread_queue_list: Convert typedef to a type alias 7 years ago
Zach Hilman b0531d6ea0 file_sys: Comply to style guidelines 7 years ago
Zach Hilman 54ef430e85 file_util: Add getter for NAND registration directory 7 years ago
Zach Hilman 7193c994b7 common: Move hex string processing to separate file 7 years ago
Zach Hilman b43d01f09b file_util: Use enum instead of bool for specifing path behavior 8 years ago
Zach Hilman 944f8b80d8 file_util: Add platform-specific slash option to SanitizePath 8 years ago
Lioncash 5415ccb7da common/logging: Add missing service log categories 7 years ago
Lioncash 18cd5b3930 common/color: Remove unnecessary const qualifiers on return types 7 years ago
Lioncash 2fe76428c5 common/color: Get rid of undefined behavior 7 years ago
Lioncash e3444cb2a6 vector_math: Use variable template version of is_signed in Vec classes 7 years ago
Lioncash 9e90145916 vector_math: Remove unimplemented function prototypes 7 years ago
Lioncash 3868198de6 vector_math: Make functions constexpr where applicable 7 years ago
Lioncash 1393309653 vector_math: Convert typedefs to type aliases 7 years ago
Lioncash 6b1e9244c0 common: Convert type traits templates over to variable template versions where applicable 7 years ago
Lioncash 30c608d046 file_util: Avoid sign-conversions in WriteArray() and ReadArray() 7 years ago
Lioncash 705c5b6166 service: Add usb services 8 years ago
Lioncash ed0e62fe9e service: Add arp services 8 years ago
Lioncash 9f5ba9df95 math_util: Always initialize members of Rectangle 8 years ago
Lioncash 6ac24e4e5a service: Add migration services 8 years ago
Lioncash f29d848665 logging/log: Remove incorrect description in PCV doc comment 8 years ago
Lioncash 4d9067936c service: Add psc services 8 years ago
Lioncash a267a3cc08 service: Add capture services 8 years ago
Lioncash 2635578300 service: Add bpc and pcv services 8 years ago
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