yuzu-android/src/common
Morph 0d6057b2fa string_util: Make use of std::string_view and add bounds checking
Makes use of std::string_view in StringFromFixedZeroTerminatedBuffer and add bounds checking
2021-10-14 14:09:34 -04:00
..
fs common/fs/path_util: Slightly refactor PathManagerImpl's constructor 2021-10-11 21:56:25 -04:00
logging common/logging: Reduce scope of fmt include 2021-10-01 20:48:49 -04:00
x64
algorithm.h
alignment.h
assert.cpp common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
assert.h assert: Verify formatting 2021-08-05 17:46:22 +00:00
atomic_ops.h
bit_cast.h
bit_field.h
bit_set.h
bit_util.h common: Add missing include to bit_util.h 2021-01-21 15:30:28 -08:00
cityhash.cpp
cityhash.h
CMakeLists.txt
common_funcs.h
common_types.h
concepts.h
detached_tasks.cpp
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 common: Make use of [[nodiscard]] where applicable 2020-08-15 17:17:52 -04:00
error.cpp
error.h
fiber.cpp fiber: Double default stack size 2021-03-10 20:37:56 +00:00
fiber.h
hash.h
hex_util.cpp partition_data_manager: Make data arrays constexpr 2020-08-06 02:41:58 -04:00
hex_util.h hex_util: Fix incorrect array size in AsArray 2021-08-04 22:16:29 -04:00
host_memory.cpp
host_memory.h
intrusive_red_black_tree.h
literals.h common: Replace common_sizes into user-literals 2021-06-24 09:27:40 -07:00
lru_cache.h
lz4_compression.cpp
lz4_compression.h lz4_compression: Make use of std::span 2021-05-24 15:00:59 -04:00
math_util.h
memory_detect.cpp
memory_detect.h
microprofile.cpp
microprofile.h
microprofileui.h Common: Remove section measurement from profiler (#1731) 2016-04-29 00:07:10 -07:00
nvidia_flags.cpp common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) 2021-05-25 19:32:56 -04:00
nvidia_flags.h
page_table.cpp
page_table.h core: Make use of fastmem 2021-06-11 17:27:06 +02:00
param_package.cpp
param_package.h
parent_of_member.h
point.h
quaternion.h Implement a basic class for motion devices 2020-08-27 17:19:21 -05:00
ring_buffer.h
scm_rev.cpp.in
scm_rev.h
scope_exit.h
settings.cpp
settings.h
settings_input.cpp
settings_input.h
spin_lock.cpp Core/Common: Address Feedback. 2020-06-27 18:20:06 -04:00
spin_lock.h General: Fix clang build 2020-11-05 10:07:16 -05:00
stream.cpp video_core: NVDEC Implementation 2020-10-26 23:07:36 -04:00
stream.h
string_util.cpp
string_util.h
swap.h general: Fix various spelling errors 2021-01-02 10:23:41 -05:00
telemetry.cpp
telemetry.h
thread.cpp
thread.h
thread_queue_list.h
thread_worker.h
threadsafe_queue.h
time_zone.cpp
time_zone.h
tiny_mt.h
tree.h common: tree: Avoid a crash on nullptr dereference. 2021-05-20 21:41:51 -07:00
uint128.h
unique_function.h common: Add unique function 2021-07-08 19:03:19 -03:00
uuid.cpp
uuid.h
vector_math.h
virtual_buffer.cpp
virtual_buffer.h
wall_clock.cpp common: wall_clock: Fix integer overflow with StandardWallClock. 2021-02-19 18:04:23 -08:00
wall_clock.h audio_core: Make shadowing and unused parameters errors 2020-12-03 00:54:31 -05:00
zstd_compression.cpp zstd_compression: Make use of std::span 2021-05-24 15:01:04 -04:00
zstd_compression.h