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
GPUCode 4838837620 device_memory: Enable direct mapped addresses for nce 2 years ago
..
arm64 arm: NativeClock: Special handling for bad system counter clock frequency reporting 2 years ago
fs android: Fix resolving android URIs in native code 2 years ago
logging ngc: implement service 2 years ago
windows timer_resolution: Set current process to High QoS 3 years ago
x64 x64: cpu_wait: Implement MWAITX for non-MSVC compilers 2 years ago
CMakeLists.txt common: Add free region manager 2 years ago
address_space.cpp general: Format licenses as per SPDX guidelines 3 years ago
address_space.h Move to Clang Format 15 3 years ago
address_space.inc Fix address space allocator slow path to avoid OOB 2 years ago
algorithm.h General: Fix compilation for GCC 3 years ago
alignment.h fssystem: rework for yuzu style 2 years ago
announce_multiplayer_room.h general: fix spelling mistakes 3 years ago
assert.cpp common/assert: rework ASSERT handling to avoid std::function usage 3 years ago
assert.h Enable compiler optimizations and enforce x86-64-v2 on GCC/Clang (#9442) 3 years ago
atomic_helpers.h Move to Clang Format 15 3 years ago
atomic_ops.h general: Convert source file copyright comments over to SPDX 4 years ago
bit_cast.h common: make BitCast constexpr 3 years ago
bit_field.h externals: Update to fmt 10 and add format_as formatter for BitField 2 years ago
bit_set.h general: Convert source file copyright comments over to SPDX 4 years ago
bit_util.h Move to Clang Format 15 3 years ago
bounded_threadsafe_queue.h Reimplement HardwareOpus 2 years ago
cityhash.cpp chore: add missing SPDX tags 4 years ago
cityhash.h chore: add missing SPDX tags 4 years ago
common_funcs.h kernel: mark TLS accessors as noinline for non-MSVC LTO 2 years ago
common_precompiled_headers.h CMake: Consolidate common PCH headers 3 years ago
common_types.h chore: add missing SPDX tags 4 years ago
concepts.h Move to Clang Format 15 3 years ago
container_hash.h container_hash: use climits 3 years ago
demangle.cpp general: Silence -Wshadow{,-uncaptured-local} warnings 2 years ago
demangle.h Move demangle impl to cpp 3 years ago
detached_tasks.cpp general: Silence -Wshadow{,-uncaptured-local} warnings 2 years ago
detached_tasks.h chore: make yuzu REUSE compliant 3 years ago
div_ceil.h Move to Clang Format 15 3 years ago
dynamic_library.cpp common: dynamic_library: Add ctor for existing handle. 2 years ago
dynamic_library.h common: dynamic_library: Add ctor for existing handle. 2 years ago
elf.h jit: add support for relr-type relocations 2 years ago
error.cpp common: error: Fix for Android. 2 years ago
error.h chore: make yuzu REUSE compliant 3 years ago
expected.h Move to Clang Format 15 3 years ago
fiber.cpp general: fix spelling mistakes 3 years ago
fiber.h common/fiber: make fibers easier to use 3 years ago
fixed_point.h general: fix spelling mistakes 3 years ago
free_region_manager.h common: Add free region manager 2 years ago
hash.h Refactor VideoCore to use AS sepparate from Channel. 3 years ago
hex_util.cpp chore: add missing SPDX tags 4 years ago
hex_util.h chore: add missing SPDX tags 4 years ago
host_memory.cpp core: Respect memory permissions in Map 2 years ago
host_memory.h core: Respect memory permissions in Map 2 years ago
input.h input_common: Remove duplicated DriverResult enum 2 years ago
intrusive_list.h common: add intrusive list type 2 years ago
intrusive_red_black_tree.h general: fixes for gcc 13 3 years ago
literals.h general: Convert source file copyright comments over to SPDX 4 years ago
lru_cache.h general: Convert source file copyright comments over to SPDX 4 years ago
lz4_compression.cpp fssystem: rework for yuzu style 2 years ago
lz4_compression.h fssystem: rework for yuzu style 2 years ago
make_unique_for_overwrite.h Move to Clang Format 15 3 years ago
math_util.h chore: add missing SPDX tags 4 years ago
memory_detect.cpp general: Convert source file copyright comments over to SPDX 4 years ago
memory_detect.h general: Convert source file copyright comments over to SPDX 4 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
multi_level_page_table.cpp general: Format licenses as per SPDX guidelines 3 years ago
multi_level_page_table.h General: address feedback 3 years ago
multi_level_page_table.inc general: Format licenses as per SPDX guidelines 3 years ago
nvidia_flags.cpp nvidia_flags: Enable GL Threaded optimizations 2 years ago
nvidia_flags.h general: Convert source file copyright comments over to SPDX 4 years ago
overflow.h kernel: avoid signed overflow UB on MSVC 3 years ago
page_table.cpp kernel: add KPageTableBase 2 years ago
page_table.h kernel: add KPageTableBase 2 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 4 years ago
polyfill_ranges.h Move to Clang Format 15 3 years ago
polyfill_thread.h common/polyfill_thread: use std::forward where appropriate, qualify std::move calls 2 years ago
precompiled_headers.h CMake: Consolidate common PCH headers 3 years ago
quaternion.h chore: make yuzu REUSE compliant 3 years ago
range_map.h Fixes 'Continous' typo 3 years ago
reader_writer_queue.h chore: make yuzu REUSE compliant 3 years ago
ring_buffer.h ring_buffer: Fix const usage on std::span 2 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
scratch_buffer.h Fix ScratchBuffer moves 2 years ago
settings.cpp device_memory: Enable direct mapped addresses for nce 2 years ago
settings.h device_memory: Enable direct mapped addresses for nce 2 years ago
settings_common.cpp android: Expose interface for getting settings from native code 2 years ago
settings_common.h yuzu: Save mute when in background setting 2 years ago
settings_enums.h settings: Add cpu backend setting 2 years ago
settings_input.cpp core: hid: Split SL and SR buttons 2 years ago
settings_input.h core: hid: Split SL and SR buttons 2 years ago
settings_setting.h settings_setting: Read audio engine 2 years ago
signal_chain.cpp common: Add libc sigaction hook 2 years ago
signal_chain.h common: Add libc sigaction hook 2 years ago
socket_types.h ssl: Reorder inclusions 2 years ago
spin_lock.cpp general: Convert source file copyright comments over to SPDX 4 years ago
spin_lock.h general: Convert source file copyright comments over to SPDX 4 years ago
stb.cpp cmake: prefer system stb headers 2 years ago
stb.h cmake: prefer system stb headers 2 years ago
steady_clock.cpp (wall, native)_clock: Rework NativeClock 2 years ago
steady_clock.h steady_clock: Introduce a real time clock 3 years ago
stream.cpp general: Convert source file copyright comments over to SPDX 4 years ago
stream.h general: Convert source file copyright comments over to SPDX 4 years ago
string_util.cpp android: Fix resolving android URIs in native code 2 years ago
string_util.h gdbserver: use numeric character references for unicode 2 years ago
swap.h Warnings cleanup for GCC 13 and Clang 16 2 years ago
telemetry.cpp x64: Add detection of monitorx instructions 2 years ago
telemetry.h chore: make yuzu REUSE compliant 3 years ago
thread.cpp common: use SetThreadDescription API for thread names 2 years ago
thread.h general: remove atomic signal and wait 2 years ago
thread_queue_list.h chore: add missing SPDX tags 4 years ago
thread_worker.h general: fix compile for Apple Clang 3 years ago
threadsafe_queue.h general: fix compile for Apple Clang 3 years ago
time_zone.cpp time_zone: Clean up includes 2 years ago
time_zone.h common: Move system time zone string detection 2 years ago
tiny_mt.h general: Convert source file copyright comments over to SPDX 4 years ago
tree.h Move to Clang Format 15 3 years ago
typed_address.h general: fixes for gcc 13 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 4 years ago
uuid.cpp Fix potentially uninitialized local variable warning 2 years ago
uuid.h general: Convert source file copyright comments over to SPDX 4 years ago
vector_math.h input_common: Add property to invert an axis button 2 years ago
virtual_buffer.cpp general: Convert source file copyright comments over to SPDX 4 years ago
virtual_buffer.h general: Convert source file copyright comments over to SPDX 4 years ago
wall_clock.cpp common: add arm64 native clock 2 years ago
wall_clock.h core_timing: Fix SingleCore cycle timer 2 years ago
zstd_compression.cpp zstd: Use ZSTD_getFrameContentSize instead of ZSTD_getDecompressedSize 3 years ago
zstd_compression.h general: Convert source file copyright comments over to SPDX 4 years ago