You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yuzu/src/common
bunnei 795335af0f
Merge pull request #1928 from lioncash/caps
kernel: Handle kernel capability descriptors
6 years ago
..
logging Backport review comment from citra-emu/citra#4418 6 years ago
x64 common: Remove dependency on xbyak 6 years ago
CMakeLists.txt common: Add basic bit manipulation utility function to Common 6 years ago
alignment.h common: Add function for checking word alignment to alignment.h 7 years ago
assert.h common/assert: Add UNIMPLEMENTED_IF and UNIMPLEMENTED_IF_MSG for conditional assertions 6 years ago
bit_field.h Common/Bitfield: store value as unsigned type 6 years ago
bit_util.h common: Add basic bit manipulation utility function to Common 6 years ago
cityhash.cpp Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
cityhash.h Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
color.h common/color: Remove unnecessary const qualifiers on return types 7 years ago
common_funcs.h Port #3732 from Citra: "common: Fix compilation on ARM" 7 years ago
common_paths.h common_paths: Add Load and Dump dirs 7 years ago
common_types.h common_types: Convert typedefs to using aliases 7 years ago
detached_tasks.cpp Port web_service from Citra 7 years ago
detached_tasks.h Review comments - part 5 7 years ago
file_util.cpp only redefine 64 bit file operation for MSVC 7 years ago
file_util.h string_util: remove TString conversion for windows 7 years ago
hash.h Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
hex_util.cpp ips_layer: Deduplicate resource usage 7 years ago
hex_util.h ips_layer: Deduplicate resource usage 7 years ago
math_util.h common/math_util: Simplify std::make_signed usages to std::make_signed_t 6 years ago
microprofile.cpp Integrate the MicroProfile profiling library 10 years ago
microprofile.h Sources: Run clang-format on everything. 9 years ago
microprofileui.h Common: Remove section measurement from profiler (#1731) 9 years ago
misc.cpp Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
param_package.cpp citra_qt/configuration: misc input tab improvements 7 years ago
param_package.h citra_qt/configuration: misc input tab improvements 7 years ago
quaternion.h common/quaternion: Ensure that w is always initialized 6 years ago
ring_buffer.h ring_buffer: Use std::atomic_size_t in a static assert 7 years ago
scm_rev.cpp.in Better Title Bar Display 7 years ago
scm_rev.h Better Title Bar Display 7 years ago
scope_exit.h Format: Run the new clang format on everything 7 years ago
string_util.cpp am: Deglobalize software keyboard applet 6 years ago
string_util.h am: Deglobalize software keyboard applet 6 years ago
swap.h Port #3732 from Citra: "common: Fix compilation on ARM" 7 years ago
telemetry.cpp common/telemetry: Migrate core-independent info gathering to common 7 years ago
telemetry.h compatdb: Use a seperate endpoint for testcase submission 7 years ago
thread.cpp common/thread: Drop Hungarian notation on SetCurrentThreadName's parameter 6 years ago
thread.h common/thread: Make Barrier's 'count' member non-const 6 years ago
thread_queue_list.h scheduler: Add explanations for YieldWith and WithoutLoadBalancing 6 years ago
threadsafe_queue.h remove polymorphism issue 7 years ago
timer.cpp Port #3972 from Citra: "common/timer: use std::chrono, avoid platform-dependent code" 7 years ago
timer.h Port #3972 from Citra: "common/timer: use std::chrono, avoid platform-dependent code" 7 years ago
vector_math.h vector_math: Use variable template version of is_signed in Vec classes 7 years ago
web_result.h web_backend: Make Client use the PImpl idiom 7 years ago