2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/common
2021-01-04 04:33:34 +01:00
..
logging Delete the old log file before rotating (#5675) 2021-01-04 04:33:34 +01:00
x64
algorithm.h
alignment.h
assert.h
atomic_ops.cpp
atomic_ops.h
bit_cast.h common/bit_cast: Add function matching std::bit_cast without constexpr 2020-11-20 01:52:37 -03:00
bit_field.h
bit_set.h
bit_util.h
cityhash.cpp Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
cityhash.h
CMakeLists.txt
color.h
common_funcs.h
common_paths.h
common_types.h
concepts.h
detached_tasks.cpp General: Tidy up clang-format warnings part 2 2020-08-13 14:19:08 -04:00
detached_tasks.h
div_ceil.h
dynamic_library.cpp common: Silence two discarded result warnings 2020-08-16 06:17:33 -04:00
dynamic_library.h
fiber.cpp common: fiber: Use VirtualBuffer for stack memory. 2020-11-29 01:31:52 -08:00
fiber.h common: fiber: Use boost::context instead of native fibers on Windows. 2020-11-29 01:31:51 -08:00
file_util.cpp Revert "Merge pull request #5173 from lioncash/common-fs" 2020-12-11 20:24:22 -05:00
file_util.h
hash.h
hex_util.cpp
hex_util.h
lz4_compression.cpp common/compression: Roll back std::span changes 2020-08-15 17:17:56 -04:00
lz4_compression.h
math_util.h
memory_detect.cpp
memory_detect.h
microprofile.cpp
microprofile.h Sources: Run clang-format on everything. 2016-09-18 09:38:01 +09:00
microprofileui.h
misc.cpp General: Make ignoring a discarded return value an error 2020-10-30 00:13:21 -04:00
page_table.cpp
page_table.h
param_package.cpp citra_qt/configuration: misc input tab improvements 2018-10-06 15:43:49 +02:00
param_package.h
quaternion.h
ring_buffer.h
scm_rev.cpp.in
scm_rev.h
scope_exit.h
spin_lock.cpp Core/Common: Address Feedback. 2020-06-27 18:20:06 -04:00
spin_lock.h
stream.cpp
stream.h
string_util.cpp
string_util.h
swap.h
telemetry.cpp
telemetry.h
thread.cpp Fix thread naming on Linux, which limits names to 15 bytes. 2020-08-05 20:34:49 -07:00
thread.h
thread_queue_list.h
thread_worker.cpp
thread_worker.h
threadsafe_queue.h
time_zone.cpp
time_zone.h
timer.cpp common: Enable warnings as errors 2020-11-02 15:50:58 -05:00
timer.h
uint128.cpp
uint128.h
uuid.cpp
uuid.h
vector_math.h
virtual_buffer.cpp page_table: Allow page tables to be moved 2020-11-17 20:08:20 -05:00
virtual_buffer.h
wall_clock.cpp
wall_clock.h
zstd_compression.cpp
zstd_compression.h