474 Commits (02df07d4925b794256b26d4f944da1bb6650e07d)

Author SHA1 Message Date
Jan Beich e7c016ea8f common: use system bswap* functions on more BSDs 9 years ago
Jan Beich 6ddc8b49ff common: use system CPUID routine on DragonFly as well 9 years ago
Jan Beich 8e5d3f77fb common: some FreeBSD headers are incomplete to avoid namespace pollution 9 years ago
Anthony J. Bentley f78b6cd433 common: convert to standard stat()/fstat() interfaces 10 years ago
Jan Beich dbc84319b8 common: stat64 is non-standard, hide on a random Unix 9 years ago
Jan Beich 90ac6468bb common: only FreeBSD has thread affinity compatible with Linux 9 years ago
Jan Beich a1497619eb common: define routines to set thread name on more BSDs 9 years ago
Ricardo de Almeida Gonzaga 07fdcf150d Fix typos 9 years ago
JamePeng 97d9804d97 Update the stub code of BOSS 9 years ago
Yuri Kunde Schlesner 1de9e185af Common: Remove dangerous Vec[234] array constructors 9 years ago
Yuri Kunde Schlesner 32bddfa1f5 Remove special rules for Windows.h and library includes 9 years ago
Yuri Kunde Schlesner fa5d9d8266 Use negative priorities to avoid special-casing the self-include 9 years ago
Emmanuel Gil Peyrot 1138ec0d49 Remove empty newlines in #include blocks. 9 years ago
Yuri Kunde Schlesner 1e4a5da9f4 Manually tweak source formatting and then re-run clang-format 9 years ago
Emmanuel Gil Peyrot 628ed4376a Sources: Run clang-format on everything. 9 years ago
bunnei 139dceacb2 microprofile: Double buffer size to 16MB. 9 years ago
Emmanuel Gil Peyrot 721bb69d6e Common: readdir_r() is deprecated, switch to readdir(). 9 years ago
Alexandre LittleWhite Laurent bfc9c4e48f Protection against a resize of size 0 10 years ago
scurest de4705914d Remove superfluous std::move in return std::move(local_var) 10 years ago
Yuri Kunde Schlesner 8e468474ab Fix recursive scanning of directories 10 years ago
MerryMage b7b02d0177 common_funcs: Provide rotr and rotl for MSVC 10 years ago
Emmanuel Gil Peyrot 97e8c6c845 Common: Make recursive FileUtil functions take a maximum recursion 10 years ago
wwylele 3d0953097f fixup! fixup! Refactor input system 10 years ago
wwylele c4d6e9b70d fixup! Refactor input system 10 years ago
wwylele c7bd2af530 implement circle pad modifier 10 years ago
wwylele c1cd474866 Refactor input subsystem 10 years ago
Lioncash fabe55dda3 swap: Get rid of pointer casting for swapping structs 10 years ago
Lioncash a7ce0e430b swap: Get rid of undefined behavior in swapf and swapd 10 years ago
Lioncash d89a038465 swap: Remove unused methods 10 years ago
MerryMage 638de286c2 AudioCore: SDL2 Sink 10 years ago
Emmanuel Gil Peyrot c39a267974 VideoCore: Run include-what-you-use and fix most includes. 10 years ago
Yuri Kunde Schlesner 2396b01d5d Common: Remove section measurement from profiler (#1731) 10 years ago
Henrik Rydgård eaf9abfe8e Make Citra build with MICROPROFILE_ENABLED set to 0 (#1709) 10 years ago
Sam Spilsbury 329e5e3437 assert: Allow UNREACHABLE_MSG to have just one argument 10 years ago
LittleWhite c803d5a682 Protect use of std::is_trivially_copyable to compile with GCC 4.9 10 years ago
Sam Spilsbury 54a7cb0611 assert: Add _MSG variations for UNREACHABLE and UNIMPLEMENTED 10 years ago
wwylele 1656473b42 fix driver root identification on Windows 10 years ago
MerryMage aecdc328a3 Thread: Make Barrier reusable 10 years ago
MerryMage 3b73cd6dd4 common/thread: Correct code style 10 years ago
bunnei 2d9c714baf emitter: Add CALL that can be fixed up. 10 years ago
bunnei 98e70a3040 emitter: Support arbitrary FixupBranch targets. 10 years ago
Lioncash 9b38494bcd file_util: In-class initialize data members 10 years ago
Lioncash 6c42d6bce9 file_util: const qualify IOFile's Tell and GetSize functions 10 years ago
Lioncash dc210b6498 file_util: Don't expose IOFile internals through the API 10 years ago
Lioncash d83fc0b4fd file_util: Check for is_trivially_copyable 10 years ago
Lioncash d1778d9220 file_util: Make IOFile data members private 10 years ago
MerryMage 1d61185821 FileUtil: Missing #include, Add const to IOFile methods 10 years ago
mailwl 3eb8b8eebb cecd:u: stub GetCecStateAbbreviated (#1648) 10 years ago
MerryMage 9f9c987924 Common: Remove Common::make_unique, use std::make_unique 10 years ago
exhalatio ea94aea447 Dummy implementation dlp:SRVR Service. 10 years ago