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
2020-12-09 05:21:08 -03:00
..
logging
x64
algorithm.h
alignment.h
assert.h
atomic_ops.cpp common/atomic_ops: Don't cast away volatile from pointers 2020-07-28 04:36:53 -04:00
atomic_ops.h common: Make use of [[nodiscard]] where applicable 2020-08-15 17:17:52 -04:00
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_util.h
cityhash.cpp
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
fiber.h
file_util.cpp common/file_util: Succeed on CreateDir when the directory exists 2020-12-09 05:21:08 -03:00
file_util.h
hash.h
hex_util.cpp
hex_util.h
lz4_compression.cpp
lz4_compression.h
math_util.h
memory_detect.cpp common: switch to nullptr for sysctl's empty new value 2020-06-30 23:00:18 +00:00
memory_detect.h
memory_hook.cpp core: Move PageTable struct into Common. 2019-03-16 22:05:40 -04:00
memory_hook.h
microprofile.cpp
microprofile.h
microprofileui.h
misc.cpp General: Make ignoring a discarded return value an error 2020-10-30 00:13:21 -04:00
multi_level_queue.h
page_table.cpp page_table: Allow page tables to be moved 2020-11-17 20:08:20 -05:00
page_table.h
param_package.cpp
param_package.h
quaternion.h
ring_buffer.h
scm_rev.cpp.in
scm_rev.h
scope_exit.h
spin_lock.cpp
spin_lock.h
stream.cpp
stream.h
string_util.cpp common: Enable warnings as errors 2020-11-02 15:50:58 -05:00
string_util.h
swap.h
telemetry.cpp
telemetry.h
thread.cpp
thread.h
thread_queue_list.h
threadsafe_queue.h
time_zone.cpp Revert "common/time_zone: Simplify GetOsTimeZoneOffset()" 2020-08-19 18:27:31 -04:00
time_zone.h
timer.cpp
timer.h
uint128.cpp
uint128.h
uuid.cpp
uuid.h
vector_math.h
virtual_buffer.cpp
virtual_buffer.h
wall_clock.cpp audio_core: Make shadowing and unused parameters errors 2020-12-03 00:54:31 -05:00
wall_clock.h
zstd_compression.cpp common/compression: Roll back std::span changes 2020-08-15 17:17:56 -04:00
zstd_compression.h