843 Commits (18fe910957b2edb7e89eefc6f5c984b791d85341)

Author SHA1 Message Date
ReinUsesLisp b12ab4d805 logging: Add Vulkan backend logging class type 7 years ago
ReinUsesLisp dfd14618f7 cmake: Fix title bar issue 7 years ago
Frederic L 8ff2ce5207 cmake: Use CMAKE_COMMAND instead of "cmake" 7 years ago
ReinUsesLisp be4641c43f gl_shader_disk_cache: Invalidate shader cache changes with CMake hash 7 years ago
ReinUsesLisp 84412591c9 file_util: Add shader directory 7 years ago
Lioncash acddf16e57 common/quaternion: Ensure that w is always initialized 7 years ago
Lioncash fc8da2d5e3 common: Add basic bit manipulation utility function to Common 7 years ago
Tobias eb15711ee6
Backport review comment from citra-emu/citra#4418 7 years ago
Lioncash 1bf5a337a5 common/thread: Drop Hungarian notation on SetCurrentThreadName's parameter 7 years ago
Zach Hilman 820d81b9a5 scheduler: Add explanations for YieldWith and WithoutLoadBalancing 7 years ago
Lioncash 93f7677402 common/thread: Make Barrier's 'count' member non-const 7 years ago
Lioncash 756e773096 common/thread: Initialize class member variables where applicable 7 years ago
Lioncash 02602afd10 common/thread: Group non-member functions together 7 years ago
Lioncash d6583d68f6 common/thread: Remove SleepCurrentThread() 7 years ago
Lioncash 1d555fdd25 common/thread: Remove unused CurrentThreadId() 7 years ago
Lioncash 8b27e73bd7 common: Remove bit_set.h 7 years ago
Lioncash 3533d33ff5 common: Remove dependency on xbyak 7 years ago
Lioncash 45211a7a91 common/math_util: Simplify std::make_signed usages to std::make_signed_t 7 years ago
Lioncash f11173f88c common/math_util: Make Rectangle's constructors constexpr 7 years ago
Lioncash cc0801745a common/math_util: Remove unnecessary static from PI 7 years ago
Lioncash 74fd0aa2e8 common/math_util: Remove unused IntervalsIntersect() function 7 years ago
Lioncash 9dcc229dfe common/assert: Add UNIMPLEMENTED_IF and UNIMPLEMENTED_IF_MSG for conditional assertions 7 years ago
Lioncash aaec85df9e common/assert: Make the UNIMPLEMENTED macro properly assert 7 years ago
Zach Hilman 409dcf0e0a svc: Implement yield types 0 and -1 7 years ago
Zach Hilman e696ed1f4d am: Deglobalize software keyboard applet 7 years ago
Zach Hilman c70529c1ec string_util: Implement buffer to UTF-16 string helper function 7 years ago
Weiyi Wang 786995a81e Common/Bitfield: store value as unsigned type 7 years ago
Lioncash c7387e6504 string_util: Remove ArrayToString() 7 years ago
Lioncash f1219e3a87 string_util: Remove TryParse() 7 years ago
Lioncash 9bc18eada8 string_util: Remove ThousandSeparate() 7 years ago
fearlessTobi 585b6a6a50 compatdb: Use a seperate endpoint for testcase submission 7 years ago
Lioncash f80b80b922
logging/backend: Add missing services to the log filters 7 years ago
Lioncash 1291f3f820 common: Remove memory_util.cpp/.h 7 years ago
Weiyi Wang 2ff2732a78 only redefine 64 bit file operation for MSVC 7 years ago
Zach Hilman 3b8c0f8885 service: Add skeleton for psm service 7 years ago
Lioncash 541e9624eb common: Add function for checking word alignment to alignment.h 7 years ago
Lioncash d27f4a4928 common: Move Is4KBAligned() to alignment.h 7 years ago
Lioncash 183a664405 web_backend: Make Client use the PImpl idiom 7 years ago
Carl Kenner f5f6292810 logging: Add DebuggerBackend for logging to Visual Studio 7 years ago
fearlessTobi 8e6311bfd2 Remove "#" in the version number 7 years ago
zhupengfei 690f326613 citra_qt/configuration: misc input tab improvements 7 years ago
Lioncash 6f16826260 text_formatter: Avoid unnecessary string temporary creation in PrintMessage() 7 years ago
Zach Hilman 70bd2bb1d3 ips_layer: Deduplicate resource usage 7 years ago
Zach Hilman f62227aa95 hex_util: Add HexVectorToString and HexStringToVector 7 years ago
Weiyi Wang fdb35760a7 string_util: unify UTF8<->UTF16 conversion to codecvt 7 years ago
Weiyi Wang bfe84f06f2 string_util: remove TString conversion for windows 7 years ago
Weiyi Wang a4595bb939 string_util: remove ShiftJIS/CP1252 conversion function 7 years ago
fearlessTobi e4daf4bee5 Review comments - part 5 7 years ago
fearlessTobi b4ace6ec6f Address a bunch of review comments 7 years ago
fearlessTobi 4d139943f2 Port web_service from Citra 7 years ago