Morph 11099dda2e Merge pull request #7791 from german77/wall_clock 4 years ago
..
fs 0b8a7ca213 common/fs/path_util: Slightly refactor PathManagerImpl's constructor 4 years ago
logging 09f4f3f23b logging/log.h: move enum class formatter to a separate file ... 4 years ago
x64 f6a049337e common/xbyak_api: Make BuildRegSet() constexpr 4 years ago
CMakeLists.txt 09f4f3f23b logging/log.h: move enum class formatter to a separate file ... 4 years ago
algorithm.h df72480395 common: Make use of [[nodiscard]] where applicable 6 years ago
alignment.h 1841f63a40 common/alignment: Fix VS2022 compilation 4 years ago
assert.cpp a4c6712a4b common: Move settings to common from core. 5 years ago
assert.h 7e846be376 assert: Verify formatting 5 years ago
atomic_ops.h 53d92318b8 X86/NativeClock: Reimplement RTDSC access to be lock free. 5 years ago
bit_cast.h 3f2e605dd1 common/bit_cast: Add function matching std::bit_cast without constexpr 5 years ago
bit_field.h df72480395 common: Make use of [[nodiscard]] where applicable 6 years ago
bit_set.h d2c0c94f0b common: BitSet: Various style fixes based on code review feedback. 5 years ago
bit_util.h d92b5fc435 common: bit_util: Add IsPow2 helper function 4 years ago
cityhash.cpp f3805376f7 common/cityhash: Use common types 5 years ago
cityhash.h 71526ecfc7 common: add missing header after f3805376f726 5 years ago
common_funcs.h 3512cae623 common_funcs: Add enum flag bitwise shift operator overloads 4 years ago
common_types.h 241563d15c gpu: Move GPUVAddr definition to common_types. 7 years ago
concepts.h 388cf58b31 k_priority_queue: Fix concepts use 5 years ago
detached_tasks.cpp 1ca9a13e50 common/detached_tasks: Wait for tasks before shutting down 5 years ago
detached_tasks.h e4daf4bee5 Review comments - part 5 7 years ago
div_ceil.h 73666fb262 general: Update style to clang-format-12 4 years ago
dynamic_library.cpp d09456fc41 common: Silence two discarded result warnings 6 years ago
dynamic_library.h df72480395 common: Make use of [[nodiscard]] where applicable 6 years ago
error.cpp 290afc00d3 common: Move error handling to error.cpp/h 4 years ago
error.h 290afc00d3 common: Move error handling to error.cpp/h 4 years ago
expected.h a41e9e93dd common: Implement a subset of P0323 (std::expected) 4 years ago
fiber.cpp f6de57c1a5 common: fiber: YieldTo: Avoid hard crash on nullptr previous_fiber. 4 years ago
fiber.h 8f7eb194af common: Fiber: use a reference for YieldTo. 5 years ago
hash.h df72480395 common: Make use of [[nodiscard]] where applicable 6 years ago
hex_util.cpp 7f0f37fca7 partition_data_manager: Make data arrays constexpr 6 years ago
hex_util.h 7b39215c8a hex_util: Fix incorrect array size in AsArray 5 years ago
host_memory.cpp 41aec2773f general: Add missing copyright notices 4 years ago
host_memory.h 7f85abb281 common/host_memory: Implement a fallback if fastmem fails. 5 years ago
input.h 9eab07f863 input_common: Reintroduce motion from mouse and use button names 4 years ago
intrusive_red_black_tree.h 73666fb262 general: Update style to clang-format-12 4 years ago
literals.h 4569f39c7c common: Replace common_sizes into user-literals 5 years ago
lru_cache.h ff48f06fb9 Garbage Collection: Adress Feedback. 4 years ago
lz4_compression.cpp 00213377b1 lz4_compression: Make use of std::span 5 years ago
lz4_compression.h 00213377b1 lz4_compression: Make use of std::span 5 years ago
math_util.h 4ad22c7d2b Video Core: fix building for GCC. 4 years ago
memory_detect.cpp 3b1683a152 common: switch to nullptr for sysctl's empty new value 6 years ago
memory_detect.h df72480395 common: Make use of [[nodiscard]] where applicable 6 years ago
microprofile.cpp 0fcabd2b11 Integrate the MicroProfile profiling library 11 years ago
microprofile.h dc8479928c Sources: Run clang-format on everything. 9 years ago
microprofileui.h e3a8292495 Common: Remove section measurement from profiler (#1731) 10 years ago
nvidia_flags.cpp 065867e2c2 common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) 5 years ago
nvidia_flags.h ff6a83e0fe nvidia_flags: Add missing header guard 5 years ago
page_table.cpp 42a7c5d017 core/memory: Check our memory fallbacks for out-of-bound behavior. 5 years ago
page_table.h 621f3f5f47 core: Make use of fastmem 5 years ago
param_package.cpp 579f4ea4bd common/logging: Reduce scope of fmt include 4 years ago
param_package.h f0fac0c7fb Project Mjölnir: Part 1 5 years ago
parent_of_member.h 0aff3ba2ff parent_of_member: Make sign conversion explicit in OffsetOfImpl() 5 years ago
point.h 8171ad65cd common: Extract point into a common struct 5 years ago
quaternion.h 2d207ec609 Implement a basic class for motion devices 5 years ago
ring_buffer.h 8d00265998 ring_buffer: Remove granularity template argument 5 years ago
scm_rev.cpp.in 4a82450c81 cmake: Remove shader cache version 5 years ago
scm_rev.h 3d4a0b94e3 common: Add additional SCM revision fields 6 years ago
scope_exit.h 18175c71ed common: scope_exit: Add a cancellable ScopeExit macro. 5 years ago
settings.cpp 8e3371a5c5 configure_general: Allow framerate cap to be used in custom game configs 4 years ago
settings.h b998aa5504 yuzu: Add setting to disable controller navigation 4 years ago
settings_input.cpp a4c6712a4b common: Move settings to common from core. 5 years ago
settings_input.h 51df96b7c0 settings: Add debug setting to enable all controllers 4 years ago
spin_lock.cpp 2f8947583f Core/Common: Address Feedback. 6 years ago
spin_lock.h 6f006d051e General: Fix clang build 5 years ago
stream.cpp eb67a45ca8 video_core: NVDEC Implementation 5 years ago
stream.h 8049b8beb6 common/stream: Be explicit with copy and move operators 5 years ago
string_util.cpp 0d6057b2fa string_util: Make use of std::string_view and add bounds checking 4 years ago
string_util.h 0d6057b2fa string_util: Make use of std::string_view and add bounds checking 4 years ago
swap.h a745d87971 general: Fix various spelling errors 5 years ago
telemetry.cpp f6bb905182 common/telemetry: Migrate namespace into the Common namespace 6 years ago
telemetry.h f95602f152 video_core: Resolve more variable shadowing scenarios pt.3 5 years ago
thread.cpp 290afc00d3 common: Move error handling to error.cpp/h 4 years ago
thread.h f119ef798b common/thread: Fix data race in is_set 5 years ago
thread_queue_list.h 3d592972dc Revert "core: Fix clang build" 5 years ago
thread_worker.h 0bb85f6a75 shader_recompiler,video_core: Cleanup some GCC and Clang errors 5 years ago
threadsafe_queue.h c2ddda2f51 threadsafe_queue: Add std::stop_token overload to PopWait 4 years ago
time_zone.cpp acbae572d3 Revert "common/time_zone: Simplify GetOsTimeZoneOffset()" 6 years ago
time_zone.h df72480395 common: Make use of [[nodiscard]] where applicable 6 years ago
tiny_mt.h c9235764c7 common: Add implementation of TinyMT (Mersenne Twister RNG). 5 years ago
tree.h 342170fcd3 common: tree: Avoid a crash on nullptr dereference. 5 years ago
uint128.h 3acb265c9e common: wall_clock: Fix integer overflow with StandardWallClock. 5 years ago
unique_function.h 2c8d337418 common: Add unique function 5 years ago
uuid.cpp 705f111058 common: uuid: Add hex string to UUID constructor 5 years ago
uuid.h 40314cc586 common/uuid: Add validity checking functions to interface 4 years ago
vector_math.h 73666fb262 general: Update style to clang-format-12 4 years ago
virtual_buffer.cpp b3c8997829 page_table: Allow page tables to be moved 5 years ago
virtual_buffer.h b3587102d1 core/memory: Read and write page table atomically 5 years ago
wall_clock.cpp e4c63d432d wall_clock: use standard wall clock if rtsc frequency is too low 4 years ago
wall_clock.h 1ea6bdef05 audio_core: Make shadowing and unused parameters errors 5 years ago
zstd_compression.cpp 49bfd0c461 zstd_compression: Make use of std::span 5 years ago
zstd_compression.h 49bfd0c461 zstd_compression: Make use of std::span 5 years ago