955 Commits (b021fa33b98ea659c0593eb9528c572e76c425ab)

Author SHA1 Message Date
ReinUsesLisp 8b1a7aa19d gl_shader_disk_cache: Invalidate shader cache changes with CMake hash 7 years ago
ReinUsesLisp f75174d195 file_util: Add shader directory 7 years ago
Weiyi Wang a2fa901591 common/bitfield: make it endianness-aware 7 years ago
Weiyi Wang bed349ba51 common/swap: remove default value for swap type internal storage 7 years ago
Weiyi Wang c3d5b4496b common/swap: use template and tag for LE/BE specification 7 years ago
Weiyi Wang 3ab6c97fc7 common/swap: add swap template for enum 7 years ago
Lioncash 8734a27b8d common/quaternion: Ensure that w is always initialized 7 years ago
Lioncash 0a9a9e9b80 common: Add basic bit manipulation utility function to Common 7 years ago
Tobias da012f0d54 Backport review comment from citra-emu/citra#4418 7 years ago
Lioncash db0cee0b0a common/thread: Drop Hungarian notation on SetCurrentThreadName's parameter 7 years ago
Zach Hilman 1a72e1681c scheduler: Add explanations for YieldWith and WithoutLoadBalancing 7 years ago
Lioncash 1eb9558dd8 common/thread: Make Barrier's 'count' member non-const 7 years ago
Lioncash e5a57346ea common/thread: Initialize class member variables where applicable 7 years ago
Lioncash 6459301aa3 common/thread: Group non-member functions together 7 years ago
Lioncash 814e65334e common/thread: Remove SleepCurrentThread() 7 years ago
Lioncash c8c46d0278 common/thread: Remove unused CurrentThreadId() 7 years ago
Lioncash aa5e7037ec common: Remove bit_set.h 7 years ago
Lioncash 7a14d90f97 common: Remove dependency on xbyak 7 years ago
Lioncash 2c80a3e089 common/math_util: Simplify std::make_signed usages to std::make_signed_t 7 years ago
Lioncash fb1339a385 common/math_util: Make Rectangle's constructors constexpr 7 years ago
Lioncash 60d2e259bb common/math_util: Remove unnecessary static from PI 7 years ago
Lioncash b3577fccc1 common/math_util: Remove unused IntervalsIntersect() function 7 years ago
Lioncash dd8172d440 common/assert: Add UNIMPLEMENTED_IF and UNIMPLEMENTED_IF_MSG for conditional assertions 7 years ago
Lioncash 6567d76590 common/assert: Make the UNIMPLEMENTED macro properly assert 7 years ago
Zach Hilman b1c19bc88f svc: Implement yield types 0 and -1 7 years ago
Zach Hilman efced53d38 am: Deglobalize software keyboard applet 7 years ago
Zach Hilman 83aa10f58f string_util: Implement buffer to UTF-16 string helper function 7 years ago
Weiyi Wang aff2753df8 Common/Bitfield: store value as unsigned type 7 years ago
Lioncash 35bddb257b string_util: Remove ArrayToString() 7 years ago
Lioncash a6309c3e1c string_util: Remove TryParse() 7 years ago
Lioncash 68da3a4d4b string_util: Remove ThousandSeparate() 7 years ago
fearlessTobi 381e04453a compatdb: Use a seperate endpoint for testcase submission 7 years ago
Lioncash 8aa910b315 logging/backend: Add missing services to the log filters 7 years ago
Lioncash 443b1a6341 common: Remove memory_util.cpp/.h 7 years ago
Weiyi Wang bbd5e63bdf only redefine 64 bit file operation for MSVC 7 years ago
Zach Hilman e37e15fd1e service: Add skeleton for psm service 7 years ago
Lioncash da8827def6 common: Add function for checking word alignment to alignment.h 7 years ago
Lioncash 7784a1ca44 common: Move Is4KBAligned() to alignment.h 7 years ago
Lioncash 2619abec47 web_backend: Make Client use the PImpl idiom 7 years ago
Carl Kenner c7871341fe logging: Add DebuggerBackend for logging to Visual Studio 7 years ago
fearlessTobi 86349413b5 Remove "#" in the version number 7 years ago
zhupengfei 18b712829f citra_qt/configuration: misc input tab improvements 7 years ago
Lioncash 025ab5f04f text_formatter: Avoid unnecessary string temporary creation in PrintMessage() 7 years ago
Zach Hilman c60739016d ips_layer: Deduplicate resource usage 7 years ago
Zach Hilman e0ea8e6ca5 hex_util: Add HexVectorToString and HexStringToVector 7 years ago
Weiyi Wang 365e6fdefd string_util: unify UTF8<->UTF16 conversion to codecvt 7 years ago
Weiyi Wang 82389b903b string_util: remove TString conversion for windows 7 years ago
Weiyi Wang f876f9b85c string_util: remove ShiftJIS/CP1252 conversion function 7 years ago
fearlessTobi c32e0c6847 Review comments - part 5 7 years ago
fearlessTobi fb46c8b426 Address a bunch of review comments 7 years ago