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
liamwhite 020dbcdbc7
Merge pull request #9552 from liamwhite/turbo
vulkan: implement 'turbo mode' clock booster
2 years ago
..
fs general: fix compile for Apple Clang 2 years ago
logging general: fix compile for Apple Clang 2 years ago
x64 Add CPU core count to log files 2 years ago
CMakeLists.txt MacroHLE: Reduce massive calculations on sizing estimation. 2 years ago
address_space.cpp general: Format licenses as per SPDX guidelines 2 years ago
address_space.h address_space: Rename va_start to virt_start 2 years ago
address_space.inc general: rework usages of UNREACHABLE macro 2 years ago
algorithm.h General: Fix compilation for GCC 2 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
assert.h Enable compiler optimizations and enforce x86-64-v2 on GCC/Clang (#9442) 2 years ago
atomic_helpers.h Add break for default cases 2 years ago
atomic_ops.h
bit_cast.h
bit_field.h general: Enforce C4800 everywhere except in video_core 2 years ago
bit_set.h
bit_util.h
bounded_threadsafe_queue.h CMakeLists: Disable C4100 and C4324 2 years ago
cityhash.cpp
cityhash.h
common_funcs.h Initial ARM64 support 2 years ago
common_precompiled_headers.h CMake: Consolidate common PCH headers 2 years ago
common_types.h
concepts.h concepts: Use the std::contiguous_iterator concept 2 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
dynamic_library.cpp
dynamic_library.h
elf.h
error.cpp chore: make yuzu REUSE compliant 3 years ago
error.h chore: make yuzu REUSE compliant 3 years ago
expected.h
fiber.cpp
fiber.h
fixed_point.h fixed_point: Mark default constructor as constexpr 2 years ago
hash.h Refactor VideoCore to use AS sepparate from Channel. 2 years ago
hex_util.cpp
hex_util.h
host_memory.cpp host_memory: Use transparent huge pages where available 2 years ago
host_memory.h
input.h Merge pull request #9289 from liamwhite/fruit-company 2 years ago
intrusive_red_black_tree.h
literals.h
lru_cache.h
lz4_compression.cpp
lz4_compression.h
make_unique_for_overwrite.h common: add make_unique_for_overwrite 2 years ago
math_util.h
memory_detect.cpp
memory_detect.h
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 2 years ago
multi_level_page_table.h General: address feedback 2 years ago
multi_level_page_table.inc general: Format licenses as per SPDX guidelines 2 years ago
nvidia_flags.cpp
nvidia_flags.h
page_table.cpp
page_table.h
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
polyfill_ranges.h general: fix compile for Apple Clang 2 years ago
polyfill_thread.h general: fix compile for Apple Clang 2 years ago
precompiled_headers.h CMake: Consolidate common PCH headers 2 years ago
quaternion.h chore: make yuzu REUSE compliant 3 years ago
range_map.h Video_core: Address feedback 2 years ago
reader_writer_queue.h chore: make yuzu REUSE compliant 3 years ago
ring_buffer.h
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 scratch_buffer: Explicitly defing resize and resize_destructive functions 2 years ago
settings.cpp Merge pull request #9552 from liamwhite/turbo 2 years ago
settings.h Merge pull request #9552 from liamwhite/turbo 2 years ago
settings_input.cpp
settings_input.h Configuration: Add per-game input profiles 2 years ago
socket_types.h Make copyright headers SPDX-compliant 3 years ago
spin_lock.cpp
spin_lock.h
stream.cpp
stream.h
string_util.cpp string_util: Fix Mingw compile error 2 years ago
string_util.h
swap.h
telemetry.cpp chore: make yuzu REUSE compliant 3 years ago
telemetry.h chore: make yuzu REUSE compliant 3 years ago
thread.cpp
thread.h general: improve handling of system startup failure 2 years ago
thread_queue_list.h
thread_worker.h general: fix compile for Apple Clang 2 years ago
threadsafe_queue.h general: fix compile for Apple Clang 2 years ago
time_zone.cpp
time_zone.h
tiny_mt.h
tree.h
uint128.h common: remove unneeded x86-specific header 3 years ago
unique_function.h
uuid.cpp
uuid.h
vector_math.h
virtual_buffer.cpp
virtual_buffer.h
wall_clock.cpp
wall_clock.h
zstd_compression.cpp
zstd_compression.h