yuzu/src/common
ReinUsesLisp c67d64365a shader: Remove old shader management
..
fs common: fs: file: Revert Flush to its previous behavior and add Commit
logging common: logging: backend: Close the file after exceeding the write limit
x64 common: Merge uint128 to a single header file with inlines.
CMakeLists.txt shader: Remove old shader management
algorithm.h common: Make use of [[nodiscard]] where applicable
alignment.h common: alignment: Add DivideUp utility method.
assert.cpp common: Move settings to common from core.
assert.h common: Move assert failure handling into a cpp file.
atomic_ops.h X86/NativeClock: Reimplement RTDSC access to be lock free.
bit_cast.h common/bit_cast: Add function matching std::bit_cast without constexpr
bit_field.h common: Make use of [[nodiscard]] where applicable
bit_set.h common: BitSet: Various style fixes based on code review feedback.
bit_util.h fixup! common: bit_util: Add BIT macro.
cityhash.cpp common/cityhash: Use common types
cityhash.h common: add missing header after f3805376f7
common_funcs.h common_funcs: Move R_ macros to result.h
common_types.h gpu: Move GPUVAddr definition to common_types.
concepts.h k_priority_queue: Fix concepts use
detached_tasks.cpp common/detached_tasks: Wait for tasks before shutting down
detached_tasks.h
div_ceil.h common/div_ceil: Return numerator type
dynamic_library.cpp common: Silence two discarded result warnings
dynamic_library.h common: Make use of [[nodiscard]] where applicable
fiber.cpp fiber: Double default stack size
fiber.h common: Fiber: use a reference for YieldTo.
hash.h common: Make use of [[nodiscard]] where applicable
hex_util.cpp partition_data_manager: Make data arrays constexpr
hex_util.h General: Resolve fmt specifiers to adhere to 8.0.0 API where applicable
host_memory.cpp host_memory: Correct MEM_RESERVE_PLACEHOLDER
host_memory.h common/host_memory: Implement a fallback if fastmem fails.
intrusive_red_black_tree.h fixup! common: intrusive_red_black_tree: Disable static_assert that will not evaluate as constant on MSVC.
literals.h common: Replace common_sizes into user-literals
lz4_compression.cpp lz4_compression: Make use of std::span
lz4_compression.h lz4_compression: Make use of std::span
math_util.h core: Fix clang build pt.3
memory_detect.cpp common: switch to nullptr for sysctl's empty new value
memory_detect.h common: Make use of [[nodiscard]] where applicable
microprofile.cpp
microprofile.h
microprofileui.h
misc.cpp [network] Error handling reform
nvidia_flags.cpp common: fs: Rework the Common Filesystem interface to make use of std::filesystem ()
nvidia_flags.h nvidia_flags: Add missing header guard
page_table.cpp core/memory: Check our memory fallbacks for out-of-bound behavior.
page_table.h core: Make use of fastmem
param_package.cpp
param_package.h Project Mjölnir: Part 1
parent_of_member.h parent_of_member: Make sign conversion explicit in OffsetOfImpl()
point.h common: Extract point into a common struct
quaternion.h Implement a basic class for motion devices
ring_buffer.h ring_buffer: Remove granularity template argument
scm_rev.cpp.in common: Add additional SCM revision fields
scm_rev.h common: Add additional SCM revision fields
scope_exit.h common: scope_exit: Add a cancellable ScopeExit macro.
settings.cpp Merge pull request from ameerj/float-settings
settings.h input_common: Fix mouse panning behaivour
settings_input.cpp common: Move settings to common from core.
settings_input.h common: Move settings to common from core.
spin_lock.cpp Core/Common: Address Feedback.
spin_lock.h General: Fix clang build
stream.cpp video_core: NVDEC Implementation
stream.h common/stream: Be explicit with copy and move operators
string_util.cpp common: fs: Rework the Common Filesystem interface to make use of std::filesystem ()
string_util.h common: fs: Rework the Common Filesystem interface to make use of std::filesystem ()
swap.h general: Fix various spelling errors
telemetry.cpp common/telemetry: Migrate namespace into the Common namespace
telemetry.h video_core: Resolve more variable shadowing scenarios pt.3
thread.cpp Fix thread naming on Linux, which limits names to 15 bytes.
thread.h common/thread: Fix data race in is_set
thread_queue_list.h Revert "core: Fix clang build"
thread_worker.h thread_worker: Fix compile time error
threadsafe_queue.h common/threadsafe_queue: Provide Wait() method.
time_zone.cpp Revert "common/time_zone: Simplify GetOsTimeZoneOffset()"
time_zone.h common: Make use of [[nodiscard]] where applicable
tiny_mt.h common: Add implementation of TinyMT (Mersenne Twister RNG).
tree.h common: tree: Avoid a crash on nullptr dereference.
uint128.h common: wall_clock: Fix integer overflow with StandardWallClock.
unique_function.h common: Add unique function
uuid.cpp mii_manager: Cleanup and optimization
uuid.h uuid: Directly compare UUID instead of checking per element
vector_math.h input_common/CMakeLists: Make some warnings errors
virtual_buffer.cpp page_table: Allow page tables to be moved
virtual_buffer.h core/memory: Read and write page table atomically
wall_clock.cpp common: wall_clock: Fix integer overflow with StandardWallClock.
wall_clock.h audio_core: Make shadowing and unused parameters errors
zstd_compression.cpp zstd_compression: Make use of std::span
zstd_compression.h zstd_compression: Make use of std::span