781 Commits (75603b005bb9163810a02376cd33854cd1b16ef9)

Author SHA1 Message Date
Weiyi Wang e0ce07aa7d common/thread: remove YieldCPU() 7 years ago
Lioncash ab6dfa4fa5
ring_buffer: Use std::atomic_size_t in a static assert 7 years ago
Lioncash c51f8563a6
ring_buffer: Use std::hardware_destructive_interference_size to determine alignment size for avoiding false sharing 7 years ago
fearlessTobi 63c2e32e20 Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
MerryMage 112351d557 common: Implement a ring buffer 7 years ago
CaptV0rt3x e3af341d5b Better Title Bar Display 7 years ago
Lioncash 6ef84f1c4c common/logging: Amend documentation comments 7 years ago
Lioncash 2949d9552c common/logging/filter: Replace C-style case with C++ static_cast 7 years ago
Lioncash 978f3a3282 common/logging/filter: Make constructor explicit 7 years ago
Lioncash c74b7ee204 file_util: Correct return value in early exit of ReadFileToString() 7 years ago
Zach Hilman 06487c2c8d hex_util: Replace logic_errors with LOG_CRITICAL 7 years ago
Lioncash 5a53d75313 logging/text_formatter: Use empty braces for initializing CONSOLE_SCREEN_BUFFER_INFO instance 7 years ago
Lioncash 36090521ce bit_field: Convert ToBool() into explicit operator bool 7 years ago
Lioncash b39cd70cd4 common: Namespace hex_util.h/.cpp 7 years ago
Lioncash 60f476cd8f common/telemetry: Migrate core-independent info gathering to common 7 years ago
Lioncash 6d549abb4e common/xbyak_abi: Mark defined functions in header as inline 7 years ago
Lioncash 0ce0905380 common/xbyak: Use nested namespace specifiers where applicable 7 years ago
Lioncash 11895d54af common: Remove unused old breakpoint source files 7 years ago
Lioncash bc7bfd96f0 logging/backend: Use const reference to refer to log filter 7 years ago
Zhu PengFei 59d18ef55b
common/misc: use windows.h 7 years ago
Lioncash 11470f331a thread_queue_list: Make contains() and get_first() const member functions 7 years ago
Lioncash 55c73e10a7 thread_queue_list: Convert typedef to a type alias 7 years ago
Zach Hilman 167bfddafa file_sys: Comply to style guidelines 7 years ago
Zach Hilman b70a831608 file_util: Add getter for NAND registration directory 7 years ago
Zach Hilman 10aac376d1 common: Move hex string processing to separate file 7 years ago
Zach Hilman 2b6128fe0b file_util: Use enum instead of bool for specifing path behavior 7 years ago
Zach Hilman 3f82dad1e4 file_util: Add platform-specific slash option to SanitizePath 8 years ago
Lioncash 6e90f0bf6a common/logging: Add missing service log categories 7 years ago
Lioncash 5a9c00ea04 common/color: Remove unnecessary const qualifiers on return types 7 years ago
Lioncash 76197a4be9 common/color: Get rid of undefined behavior 7 years ago
Lioncash cc9d7bbf01 vector_math: Use variable template version of is_signed in Vec classes 7 years ago
Lioncash 766c1a2d50 vector_math: Remove unimplemented function prototypes 7 years ago
Lioncash 5c323d96e0 vector_math: Make functions constexpr where applicable 7 years ago
Lioncash 4e3bc37791 vector_math: Convert typedefs to type aliases 7 years ago
Lioncash a7d6efc520 common: Convert type traits templates over to variable template versions where applicable 7 years ago
Lioncash 0735a0c8a1 file_util: Avoid sign-conversions in WriteArray() and ReadArray() 7 years ago
Lioncash 45bc449ff9 service: Add usb services 7 years ago
Lioncash de72956181 service: Add arp services 8 years ago
Lioncash f2a03468b1 math_util: Always initialize members of Rectangle 8 years ago
Lioncash 7469e26e5e service: Add migration services 8 years ago
Lioncash 42c5171322 logging/log: Remove incorrect description in PCV doc comment 8 years ago
Lioncash 5233040ab4 service: Add psc services 8 years ago
Lioncash e39294c267 service: Add capture services 8 years ago
Lioncash d109279543 service: Add bpc and pcv services 8 years ago
Zach Hilman 150527ec19 Allow key loading from %YUZU_DIR%/keys in addition to ~/.switch 8 years ago
Zach Hilman cc8234fa89 Use SHGetKnownFolderPath instead of SHGetFolderPathA 8 years ago
Zach Hilman 22342487e8 Extract mbedtls to cpp file 8 years ago
Zach Hilman df5b75694f Remove files that are not used 8 years ago
Lioncash 268eeeb406 service: Add fgm services 8 years ago
Lioncash e373027a73 service: Add the pcie service 8 years ago