german77 d2f9412cf1 yuzu: Add custom ringcon configuration il y a 4 ans
..
fs 866b7c20a8 general: Fix clang/gcc build errors il y a 4 ans
logging 0cfcee95c7 service: jit: stub JIT service il y a 4 ans
x64 4052bfb4ad native_clock: Internal linkage for FencedRDTSC il y a 4 ans
CMakeLists.txt 09f4f3f23b logging/log.h: move enum class formatter to a separate file ... il y a 4 ans
algorithm.h df72480395 common: Make use of [[nodiscard]] where applicable il y a 6 ans
alignment.h 1841f63a40 common/alignment: Fix VS2022 compilation il y a 4 ans
assert.cpp a4c6712a4b common: Move settings to common from core. il y a 5 ans
assert.h 7e846be376 assert: Verify formatting il y a 5 ans
atomic_ops.h 084bd225dc atomic_ops: Implement AtomicCompareAndSwap with writeback il y a 4 ans
bit_cast.h 3f2e605dd1 common/bit_cast: Add function matching std::bit_cast without constexpr il y a 5 ans
bit_field.h 923decae5a common: Reduce unused includes il y a 4 ans
bit_set.h d2c0c94f0b common: BitSet: Various style fixes based on code review feedback. il y a 5 ans
bit_util.h add2cfcb96 bit_util: Add `bit` utility function il y a 4 ans
cityhash.cpp f3805376f7 common/cityhash: Use common types il y a 5 ans
cityhash.h 71526ecfc7 common: add missing header after f3805376f726 il y a 5 ans
common_funcs.h 3512cae623 common_funcs: Add enum flag bitwise shift operator overloads il y a 4 ans
common_types.h ade44ac2ea common_types: Remove NonCopyable struct il y a 4 ans
concepts.h 388cf58b31 k_priority_queue: Fix concepts use il y a 5 ans
detached_tasks.cpp 1ca9a13e50 common/detached_tasks: Wait for tasks before shutting down il y a 5 ans
detached_tasks.h e4daf4bee5 Review comments - part 5 il y a 7 ans
div_ceil.h 73666fb262 general: Update style to clang-format-12 il y a 4 ans
dynamic_library.cpp 923decae5a common: Reduce unused includes il y a 4 ans
dynamic_library.h df72480395 common: Make use of [[nodiscard]] where applicable il y a 6 ans
error.cpp 290afc00d3 common: Move error handling to error.cpp/h il y a 4 ans
error.h 290afc00d3 common: Move error handling to error.cpp/h il y a 4 ans
expected.h a41e9e93dd common: Implement a subset of P0323 (std::expected) il y a 4 ans
fiber.cpp 8deaac8bd1 hle: kernel: Use std::mutex instead of spin locks for most kernel locking. il y a 4 ans
fiber.h 8f7eb194af common: Fiber: use a reference for YieldTo. il y a 5 ans
hash.h df72480395 common: Make use of [[nodiscard]] where applicable il y a 6 ans
hex_util.cpp 7f0f37fca7 partition_data_manager: Make data arrays constexpr il y a 6 ans
hex_util.h 923decae5a common: Reduce unused includes il y a 4 ans
host_memory.cpp c589db6add common: Replace lock_guard with scoped_lock il y a 4 ans
host_memory.h 7f85abb281 common/host_memory: Implement a fallback if fastmem fails. il y a 5 ans
input.h 3d2d77eb3f input_common: Add home and hard touch press buttons to UDP controllers il y a 4 ans
intrusive_red_black_tree.h 923decae5a common: Reduce unused includes il y a 4 ans
literals.h 4569f39c7c common: Replace common_sizes into user-literals il y a 5 ans
lru_cache.h ff48f06fb9 Garbage Collection: Adress Feedback. il y a 5 ans
lz4_compression.cpp 00213377b1 lz4_compression: Make use of std::span il y a 5 ans
lz4_compression.h 00213377b1 lz4_compression: Make use of std::span il y a 5 ans
math_util.h 4d9488033f hle: nvflinger: Merge Rect with Common::Rectangle. il y a 4 ans
memory_detect.cpp 923decae5a common: Reduce unused includes il y a 4 ans
memory_detect.h df72480395 common: Make use of [[nodiscard]] where applicable il y a 6 ans
microprofile.cpp 0fcabd2b11 Integrate the MicroProfile profiling library il y a 11 ans
microprofile.h dc8479928c Sources: Run clang-format on everything. il y a 10 ans
microprofileui.h e3a8292495 Common: Remove section measurement from profiler (#1731) il y a 10 ans
nvidia_flags.cpp 923decae5a common: Reduce unused includes il y a 4 ans
nvidia_flags.h ff6a83e0fe nvidia_flags: Add missing header guard il y a 5 ans
page_table.cpp 92b2e92620 fixup! core: hle: kernel: KPageTable: Improve Un/MapPhysicalMemory. il y a 4 ans
page_table.h 923decae5a common: Reduce unused includes il y a 4 ans
param_package.cpp 579f4ea4bd common/logging: Reduce scope of fmt include il y a 4 ans
param_package.h f0fac0c7fb Project Mjölnir: Part 1 il y a 6 ans
parent_of_member.h 923decae5a common: Reduce unused includes il y a 4 ans
point.h 8171ad65cd common: Extract point into a common struct il y a 5 ans
quaternion.h 2d207ec609 Implement a basic class for motion devices il y a 6 ans
ring_buffer.h 923decae5a common: Reduce unused includes il y a 4 ans
scm_rev.cpp.in 4a82450c81 cmake: Remove shader cache version il y a 5 ans
scm_rev.h 3d4a0b94e3 common: Add additional SCM revision fields il y a 6 ans
scope_exit.h 18175c71ed common: scope_exit: Add a cancellable ScopeExit macro. il y a 5 ans
settings.cpp 16784e5bb3 dynarmic: Inline exclusive memory accesses il y a 4 ans
settings.h d2f9412cf1 yuzu: Add custom ringcon configuration il y a 4 ans
settings_input.cpp a4c6712a4b common: Move settings to common from core. il y a 5 ans
settings_input.h d2f9412cf1 yuzu: Add custom ringcon configuration il y a 4 ans
spin_lock.cpp 2f8947583f Core/Common: Address Feedback. il y a 6 ans
spin_lock.h 6f006d051e General: Fix clang build il y a 5 ans
stream.cpp eb67a45ca8 video_core: NVDEC Implementation il y a 5 ans
stream.h 8049b8beb6 common/stream: Be explicit with copy and move operators il y a 5 ans
string_util.cpp 923decae5a common: Reduce unused includes il y a 4 ans
string_util.h 0d6057b2fa string_util: Make use of std::string_view and add bounds checking il y a 4 ans
swap.h a745d87971 general: Fix various spelling errors il y a 5 ans
telemetry.cpp 923decae5a common: Reduce unused includes il y a 4 ans
telemetry.h 923decae5a common: Reduce unused includes il y a 4 ans
thread.cpp 290afc00d3 common: Move error handling to error.cpp/h il y a 4 ans
thread.h c589db6add common: Replace lock_guard with scoped_lock il y a 4 ans
thread_queue_list.h 3d592972dc Revert "core: Fix clang build" il y a 5 ans
thread_worker.h 0bb85f6a75 shader_recompiler,video_core: Cleanup some GCC and Clang errors il y a 5 ans
threadsafe_queue.h c589db6add common: Replace lock_guard with scoped_lock il y a 4 ans
time_zone.cpp acbae572d3 Revert "common/time_zone: Simplify GetOsTimeZoneOffset()" il y a 6 ans
time_zone.h df72480395 common: Make use of [[nodiscard]] where applicable il y a 6 ans
tiny_mt.h c9235764c7 common: Add implementation of TinyMT (Mersenne Twister RNG). il y a 5 ans
tree.h 0fdf1d2a60 common: tree: Various updates. il y a 4 ans
uint128.h 866b7c20a8 general: Fix clang/gcc build errors il y a 4 ans
unique_function.h 2c8d337418 common: Add unique function il y a 5 ans
uuid.cpp 3799c820ca common: uuid: Use sizeof(u64) instead of 8 in Hash() il y a 4 ans
uuid.h 923decae5a common: Reduce unused includes il y a 4 ans
vector_math.h 73666fb262 general: Update style to clang-format-12 il y a 4 ans
virtual_buffer.cpp b3c8997829 page_table: Allow page tables to be moved il y a 5 ans
virtual_buffer.h 923decae5a common: Reduce unused includes il y a 4 ans
wall_clock.cpp 923decae5a common: Reduce unused includes il y a 4 ans
wall_clock.h 6267110b69 common: wall_clock: Check precision against the emulated CPU and CNTFRQ il y a 4 ans
zstd_compression.cpp 49bfd0c461 zstd_compression: Make use of std::span il y a 5 ans
zstd_compression.h 49bfd0c461 zstd_compression: Make use of std::span il y a 5 ans