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
Markus Wick c4609c92ee common/host_memory: Optimize for huge tables.
In theory, if we have 2 MB continously mapped, this should save one layer of TLB.
Let's make it at least more likely by aligning the memory.
4 years ago
..
fs common/fs/path_util: Remove [[nodiscard]] from function with void return 4 years ago
logging common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) 4 years ago
x64 common: Merge uint128 to a single header file with inlines. 4 years ago
CMakeLists.txt common/host_memory: Add interface and Windows implementation 4 years ago
algorithm.h
alignment.h common: alignment: Add DivideUp utility method. 4 years ago
assert.cpp common: Move settings to common from core. 4 years ago
assert.h common: Move assert failure handling into a cpp file. 4 years ago
atomic_ops.h X86/NativeClock: Reimplement RTDSC access to be lock free. 4 years ago
bit_cast.h
bit_field.h
bit_set.h common: BitSet: Various style fixes based on code review feedback. 4 years ago
bit_util.h fixup! common: bit_util: Add BIT macro. 4 years ago
cityhash.cpp common/cityhash: Use common types 4 years ago
cityhash.h common: add missing header after f3805376f7 4 years ago
common_funcs.h common_funcs: Move R_ macros to result.h 4 years ago
common_sizes.h common: common_sizes: Move sizes to the Common namespace. 4 years ago
common_types.h
concepts.h k_priority_queue: Fix concepts use 4 years ago
detached_tasks.cpp
detached_tasks.h
div_ceil.h common/div_ceil: Return numerator type 4 years ago
dynamic_library.cpp
dynamic_library.h
fiber.cpp fiber: Double default stack size 4 years ago
fiber.h common: Fiber: use a reference for YieldTo. 4 years ago
hash.h
hex_util.cpp
hex_util.h
host_memory.cpp common/host_memory: Optimize for huge tables. 4 years ago
host_memory.h common/host_memory: Optimize for huge tables. 4 years ago
intrusive_red_black_tree.h fixup! common: intrusive_red_black_tree: Disable static_assert that will not evaluate as constant on MSVC. 4 years ago
lz4_compression.cpp lz4_compression: Make use of std::span 4 years ago
lz4_compression.h lz4_compression: Make use of std::span 4 years ago
math_util.h
memory_detect.cpp
memory_detect.h
microprofile.cpp
microprofile.h
microprofileui.h
misc.cpp [network] Error handling reform 4 years ago
nvidia_flags.cpp common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) 4 years ago
nvidia_flags.h nvidia_flags: Add missing header guard 4 years ago
page_table.cpp core/memory: Check our memory fallbacks for out-of-bound behavior. 4 years ago
page_table.h core: Make use of fastmem 4 years ago
param_package.cpp
param_package.h
parent_of_member.h parent_of_member: Make sign conversion explicit in OffsetOfImpl() 4 years ago
point.h common: Extract point into a common struct 4 years ago
quaternion.h
ring_buffer.h ring_buffer: Remove granularity template argument 4 years ago
scm_rev.cpp.in
scm_rev.h
scope_exit.h common: scope_exit: Add a cancellable ScopeExit macro. 4 years ago
settings.cpp common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) 4 years ago
settings.h general: Demote custom_rtc to regular setting 4 years ago
settings_input.cpp common: Move settings to common from core. 4 years ago
settings_input.h common: Move settings to common from core. 4 years ago
spin_lock.cpp
spin_lock.h
stream.cpp
stream.h
string_util.cpp common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) 4 years ago
string_util.h common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) 4 years ago
swap.h general: Fix various spelling errors 4 years ago
telemetry.cpp
telemetry.h video_core: Resolve more variable shadowing scenarios pt.3 4 years ago
thread.cpp
thread.h
thread_queue_list.h
thread_worker.cpp common: ThreadWorker: Add class to help do asynchronous work. 4 years ago
thread_worker.h common: ThreadWorker: Add class to help do asynchronous work. 4 years ago
threadsafe_queue.h common/threadsafe_queue: Provide Wait() method. 4 years ago
time_zone.cpp
time_zone.h
tiny_mt.h common: Add implementation of TinyMT (Mersenne Twister RNG). 4 years ago
tree.h common: tree: Avoid a crash on nullptr dereference. 4 years ago
uint128.h common: wall_clock: Fix integer overflow with StandardWallClock. 4 years ago
uuid.cpp
uuid.h core: Silence Wclass-memaccess warnings 4 years ago
vector_math.h
virtual_buffer.cpp
virtual_buffer.h core/memory: Read and write page table atomically 4 years ago
wall_clock.cpp common: wall_clock: Fix integer overflow with StandardWallClock. 4 years ago
wall_clock.h
zstd_compression.cpp zstd_compression: Make use of std::span 4 years ago
zstd_compression.h zstd_compression: Make use of std::span 4 years ago