yuzu/src/common
Morph d2cfe25b07 x64: cpu_detect: Add detection of waitpkg instructions
waitpkg introduces 3 instructions, UMONITOR, UMWAIT and TPAUSE.
2023-03-27 17:45:22 -04:00
..
fs general: fix compile for Apple Clang 2022-11-22 22:22:28 -05:00
logging bounded_threadsafe_queue: Deduplicate and add PushModes 2023-03-21 19:20:21 -04:00
windows timer_resolution: Set current process to High QoS 2023-03-05 02:36:31 -05:00
x64 x64: cpu_detect: Add detection of waitpkg instructions 2023-03-27 17:45:22 -04:00
address_space.cpp
address_space.h
address_space.inc
algorithm.h
alignment.h
announce_multiplayer_room.h general: fix spelling mistakes 2023-03-12 11:33:01 -04:00
assert.cpp
assert.h
atomic_helpers.h
atomic_ops.h
bit_cast.h common: make BitCast constexpr 2023-03-07 20:26:56 -05:00
bit_field.h
bit_set.h
bit_util.h
bounded_threadsafe_queue.h bounded_threadsafe_queue: Refactor Pop 2023-03-21 22:33:58 -04:00
cityhash.cpp
cityhash.h
CMakeLists.txt common: Port boost's hash_value implementation 2023-03-25 23:52:25 -04:00
common_funcs.h
common_precompiled_headers.h
common_types.h
concepts.h
container_hash.h container_hash: use climits 2023-03-26 10:24:33 -04:00
demangle.cpp
demangle.h
detached_tasks.cpp
detached_tasks.h
div_ceil.h
dynamic_library.cpp
dynamic_library.h
elf.h
error.cpp
error.h
expected.h
fiber.cpp general: fix spelling mistakes 2023-03-12 11:33:01 -04:00
fiber.h
fixed_point.h general: fix spelling mistakes 2023-03-12 11:33:01 -04:00
hash.h
hex_util.cpp
hex_util.h
host_memory.cpp general: fix spelling mistakes 2023-03-12 11:33:01 -04:00
host_memory.h
input.h general: fix spelling mistakes 2023-03-12 11:33:01 -04:00
intrusive_red_black_tree.h
literals.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
lru_cache.h
lz4_compression.cpp
lz4_compression.h
make_unique_for_overwrite.h
math_util.h
memory_detect.cpp
memory_detect.h
microprofile.cpp
microprofile.h
microprofileui.h
multi_level_page_table.cpp
multi_level_page_table.h
multi_level_page_table.inc
nvidia_flags.cpp
nvidia_flags.h
overflow.h kernel: avoid signed overflow UB on MSVC 2023-03-07 19:46:48 -05:00
page_table.cpp
page_table.h
param_package.cpp
param_package.h
parent_of_member.h
point.h
polyfill_ranges.h
polyfill_thread.h
precompiled_headers.h
quaternion.h
range_map.h
reader_writer_queue.h
ring_buffer.h
scm_rev.cpp.in
scm_rev.h
scope_exit.h
scratch_buffer.h
settings_input.cpp
settings_input.h
settings.cpp Merge pull request #9849 from ameerj/async-astc 2023-02-26 09:20:12 -05:00
settings.h Merge pull request #9906 from german77/metroid2 2023-03-08 10:43:38 -08:00
socket_types.h
spin_lock.cpp
spin_lock.h
steady_clock.cpp steady_clock: Introduce a real time clock 2023-03-07 21:17:46 -05:00
steady_clock.h steady_clock: Introduce a real time clock 2023-03-07 21:17:46 -05:00
stream.cpp
stream.h
string_util.cpp common: string_util: Use std::string_view for UTF16ToUTF8/UTF8ToUTF16W. 2023-03-18 22:42:25 -07:00
string_util.h common: string_util: Use std::string_view for UTF16ToUTF8/UTF8ToUTF16W. 2023-03-18 22:42:25 -07:00
swap.h general: fix spelling mistakes 2023-03-12 11:33:01 -04:00
telemetry.cpp
telemetry.h
thread_queue_list.h
thread_worker.h
thread.cpp
thread.h
threadsafe_queue.h
time_zone.cpp
time_zone.h
tiny_mt.h
tree.h
typed_address.h kernel: use KTypedAddress for addresses 2023-03-22 09:35:16 -04:00
uint128.h
unique_function.h
uuid.cpp
uuid.h
vector_math.h
virtual_buffer.cpp
virtual_buffer.h
wall_clock.cpp core_timing: Use higher precision sleeps on Windows 2023-03-05 02:36:31 -05:00
wall_clock.h core_timing: Use higher precision sleeps on Windows 2023-03-05 02:36:31 -05:00
zstd_compression.cpp zstd: Use ZSTD_getFrameContentSize instead of ZSTD_getDecompressedSize 2023-03-23 22:16:20 -04:00
zstd_compression.h