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
Andrew Udvare caf38725ae
Allow overriding SCM version info
If the build is from a non-repository, these functions will return empty. This
patch allows using defines to CMake to set version info such as
-DGIT_BRANCH=master.
4 years ago
..
fs common/fs/path_util: Slightly refactor PathManagerImpl's constructor 5 years ago
logging service/notif: Add notif:a and stub ListAlarmSettings,Initialize 4 years ago
x64 common/cpu_detect: Remove CPU family and model 4 years ago
CMakeLists.txt Allow overriding SCM version info 4 years ago
algorithm.h
alignment.h common/alignment: Fix VS2022 compilation 5 years ago
assert.cpp
assert.h assert: Verify formatting 5 years ago
atomic_ops.h
bit_cast.h
bit_field.h
bit_set.h
bit_util.h TextureCache: Refactor and fix linux compiling. 4 years ago
cityhash.cpp
cityhash.h
common_funcs.h common_funcs: Add enum flag bitwise shift operator overloads 5 years ago
common_types.h
concepts.h
detached_tasks.cpp common/detached_tasks: Wait for tasks before shutting down 5 years ago
detached_tasks.h
div_ceil.h general: Update style to clang-format-12 5 years ago
dynamic_library.cpp
dynamic_library.h
error.cpp common: Move error handling to error.cpp/h 5 years ago
error.h common: Move error handling to error.cpp/h 5 years ago
expected.h common: Implement a subset of P0323 (std::expected) 5 years ago
fiber.cpp
fiber.h
hash.h
hex_util.cpp
hex_util.h hex_util: Fix incorrect array size in AsArray 5 years ago
host_memory.cpp general: Add missing copyright notices 4 years ago
host_memory.h common/host_memory: Implement a fallback if fastmem fails. 5 years ago
input.h common/input: Avoid numerous large copies of CallbackStatus 4 years ago
intrusive_red_black_tree.h general: Update style to clang-format-12 5 years ago
literals.h common: Replace common_sizes into user-literals 5 years ago
lru_cache.h Garbage Collection: Adress Feedback. 5 years ago
lz4_compression.cpp lz4_compression: Make use of std::span 5 years ago
lz4_compression.h lz4_compression: Make use of std::span 5 years ago
math_util.h Video Core: fix building for GCC. 4 years ago
memory_detect.cpp
memory_detect.h
microprofile.cpp
microprofile.h
microprofileui.h
nvidia_flags.cpp common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) 5 years ago
nvidia_flags.h
page_table.cpp core/memory: Check our memory fallbacks for out-of-bound behavior. 5 years ago
page_table.h core: Make use of fastmem 5 years ago
param_package.cpp common/logging: Reduce scope of fmt include 5 years ago
param_package.h
parent_of_member.h parent_of_member: Make sign conversion explicit in OffsetOfImpl() 5 years ago
point.h common: Extract point into a common struct 5 years ago
quaternion.h
ring_buffer.h
scm_rev.cpp.in cmake: Remove shader cache version 5 years ago
scm_rev.h
scope_exit.h
settings.cpp configure_general: Allow framerate cap to be used in custom game configs 4 years ago
settings.h settings: Add debug setting to enable all controllers 4 years ago
settings_input.cpp
settings_input.h settings: Add debug setting to enable all controllers 4 years ago
spin_lock.cpp
spin_lock.h
stream.cpp
stream.h
string_util.cpp string_util: Make use of std::string_view and add bounds checking 5 years ago
string_util.h string_util: Make use of std::string_view and add bounds checking 5 years ago
swap.h
telemetry.cpp
telemetry.h
thread.cpp common: Move error handling to error.cpp/h 5 years ago
thread.h
thread_queue_list.h
thread_worker.h shader_recompiler,video_core: Cleanup some GCC and Clang errors 5 years ago
threadsafe_queue.h threadsafe_queue: Add std::stop_token overload to PopWait 5 years ago
time_zone.cpp
time_zone.h
tiny_mt.h
tree.h common: tree: Avoid a crash on nullptr dereference. 5 years ago
uint128.h
unique_function.h common: Add unique function 5 years ago
uuid.cpp common: uuid: Add hex string to UUID constructor 5 years ago
uuid.h common/uuid: Add validity checking functions to interface 5 years ago
vector_math.h general: Update style to clang-format-12 5 years ago
virtual_buffer.cpp
virtual_buffer.h
wall_clock.cpp
wall_clock.h
zstd_compression.cpp zstd_compression: Make use of std::span 5 years ago
zstd_compression.h zstd_compression: Make use of std::span 5 years ago