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
lat9nq 0cef3b47f3
Merge pull request #8819 from liamwhite/cash-money
video_core: add option for pessimistic flushing
3 years ago
..
fs path_util: Resolve `-Wpointer-bool-conversion` warning 3 years ago
logging chore: make yuzu REUSE compliant 3 years ago
x64 Revert Coretiming PRs 8531 and 7454 (#8591) 3 years ago
CMakeLists.txt core, network: Add ability to proxy socket packets 3 years ago
algorithm.h general: Convert source file copyright comments over to SPDX 3 years ago
alignment.h chore: make yuzu REUSE compliant 3 years ago
announce_multiplayer_room.h yuzu: Display current game version in multiplayer room 3 years ago
assert.cpp common/assert: rework ASSERT handling to avoid std::function usage 3 years ago
assert.h common/assert: rework ASSERT handling to avoid std::function usage 3 years ago
atomic_helpers.h chore: make yuzu REUSE compliant 3 years ago
atomic_ops.h general: Convert source file copyright comments over to SPDX 3 years ago
bit_cast.h general: Convert source file copyright comments over to SPDX 3 years ago
bit_field.h common: fix bitfield aliasing on GCC/Clang 3 years ago
bit_set.h general: Convert source file copyright comments over to SPDX 3 years ago
bit_util.h general: Convert source file copyright comments over to SPDX 3 years ago
bounded_threadsafe_queue.h bounded_threadsafe_queue: Use constexpr capacity and mask 3 years ago
cityhash.cpp chore: add missing SPDX tags 3 years ago
cityhash.h chore: add missing SPDX tags 3 years ago
common_funcs.h common_funcs: Mark padding as [[maybe_unused]] 3 years ago
common_types.h chore: add missing SPDX tags 3 years ago
concepts.h general: Convert source file copyright comments over to SPDX 3 years ago
detached_tasks.cpp chore: make yuzu REUSE compliant 3 years ago
detached_tasks.h chore: make yuzu REUSE compliant 3 years ago
div_ceil.h general: Convert source file copyright comments over to SPDX 3 years ago
dynamic_library.cpp chore: add missing SPDX tags 3 years ago
dynamic_library.h chore: add missing SPDX tags 3 years ago
elf.h common: consolidate ELF structure definitions 3 years ago
error.cpp chore: make yuzu REUSE compliant 3 years ago
error.h chore: make yuzu REUSE compliant 3 years ago
expected.h general: Convert source file copyright comments over to SPDX 3 years ago
fiber.cpp common/fiber: make fibers easier to use 3 years ago
fiber.h common/fiber: make fibers easier to use 3 years ago
fixed_point.h chore: make yuzu REUSE compliant 3 years ago
hash.h chore: make yuzu REUSE compliant 3 years ago
hex_util.cpp chore: add missing SPDX tags 3 years ago
hex_util.h chore: add missing SPDX tags 3 years ago
host_memory.cpp general: Convert source file copyright comments over to SPDX 3 years ago
host_memory.h general: Convert source file copyright comments over to SPDX 3 years ago
input.h chore: make yuzu REUSE compliant 3 years ago
intrusive_red_black_tree.h general: Convert source file copyright comments over to SPDX 3 years ago
literals.h general: Convert source file copyright comments over to SPDX 3 years ago
lru_cache.h general: Convert source file copyright comments over to SPDX 3 years ago
lz4_compression.cpp general: Convert source file copyright comments over to SPDX 3 years ago
lz4_compression.h general: Convert source file copyright comments over to SPDX 3 years ago
math_util.h chore: add missing SPDX tags 3 years ago
memory_detect.cpp general: Convert source file copyright comments over to SPDX 3 years ago
memory_detect.h general: Convert source file copyright comments over to SPDX 3 years ago
microprofile.cpp chore: make yuzu REUSE compliant 3 years ago
microprofile.h code: dodge PAGE_SIZE #define 3 years ago
microprofileui.h chore: make yuzu REUSE compliant 3 years ago
nvidia_flags.cpp general: Convert source file copyright comments over to SPDX 3 years ago
nvidia_flags.h general: Convert source file copyright comments over to SPDX 3 years ago
page_table.cpp general: Convert source file copyright comments over to SPDX 3 years ago
page_table.h core/debugger: memory breakpoint support 3 years ago
param_package.cpp chore: make yuzu REUSE compliant 3 years ago
param_package.h chore: make yuzu REUSE compliant 3 years ago
parent_of_member.h Silence std::aligned_storage warnings as it's deprecated in C++23, 3 years ago
point.h general: Convert source file copyright comments over to SPDX 3 years ago
quaternion.h chore: make yuzu REUSE compliant 3 years ago
reader_writer_queue.h chore: make yuzu REUSE compliant 3 years ago
ring_buffer.h general: Convert source file copyright comments over to SPDX 3 years ago
scm_rev.cpp.in chore: make yuzu REUSE compliant 3 years ago
scm_rev.h chore: make yuzu REUSE compliant 3 years ago
scope_exit.h chore: make yuzu REUSE compliant 3 years ago
settings.cpp video_core: add option for pessimistic flushing 3 years ago
settings.h video_core: add option for pessimistic flushing 3 years ago
settings_input.cpp general: Convert source file copyright comments over to SPDX 3 years ago
settings_input.h general: Convert source file copyright comments over to SPDX 3 years ago
socket_types.h Make copyright headers SPDX-compliant 3 years ago
spin_lock.cpp general: Convert source file copyright comments over to SPDX 3 years ago
spin_lock.h general: Convert source file copyright comments over to SPDX 3 years ago
stream.cpp general: Convert source file copyright comments over to SPDX 3 years ago
stream.h general: Convert source file copyright comments over to SPDX 3 years ago
string_util.cpp string_util: Add U16StringFromBuffer 3 years ago
string_util.h string_util: Add U16StringFromBuffer 3 years ago
swap.h chore: add missing SPDX tags 3 years ago
telemetry.cpp chore: make yuzu REUSE compliant 3 years ago
telemetry.h chore: make yuzu REUSE compliant 3 years ago
thread.cpp Core: Fix tests. 3 years ago
thread.h Core/Common: Corrections to core timing and add critical priority. 3 years ago
thread_queue_list.h chore: add missing SPDX tags 3 years ago
thread_worker.h general: Convert source file copyright comments over to SPDX 3 years ago
threadsafe_queue.h common: move forwarded value into SPSCQueue 3 years ago
time_zone.cpp general: Convert source file copyright comments over to SPDX 3 years ago
time_zone.h general: Convert source file copyright comments over to SPDX 3 years ago
tiny_mt.h general: Convert source file copyright comments over to SPDX 3 years ago
tree.h chore: add missing SPDX tags 3 years ago
uint128.h common: remove unneeded x86-specific header 3 years ago
unique_function.h general: Convert source file copyright comments over to SPDX 3 years ago
uuid.cpp general: Convert source file copyright comments over to SPDX 3 years ago
uuid.h general: Convert source file copyright comments over to SPDX 3 years ago
vector_math.h chore: add missing SPDX tags 3 years ago
virtual_buffer.cpp general: Convert source file copyright comments over to SPDX 3 years ago
virtual_buffer.h general: Convert source file copyright comments over to SPDX 3 years ago
wall_clock.cpp common/x64: Use TSC clock rate from CPUID when available 3 years ago
wall_clock.h general: Convert source file copyright comments over to SPDX 3 years ago
zstd_compression.cpp general: Convert source file copyright comments over to SPDX 3 years ago
zstd_compression.h general: Convert source file copyright comments over to SPDX 3 years ago