yuzu/src/common
2022-07-25 21:59:31 +02:00
..
fs path_util: Resolve -Wpointer-bool-conversion warning 2022-05-26 19:01:26 -04:00
logging service: ptm: Rewrite PSM and add TS 2022-06-28 19:22:46 -05:00
x64 guard against div-by-zero 2022-07-06 13:00:00 -05:00
algorithm.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
alignment.h general: Fix clang/gcc build errors 2022-03-20 02:25:09 -04:00
announce_multiplayer_room.h common: multiplayer: Use GameInfo type 2022-07-25 21:59:31 +02:00
assert.cpp common/assert: rework ASSERT handling to avoid std::function usage 2022-06-13 20:09:32 -04:00
assert.h common/assert: rework ASSERT handling to avoid std::function usage 2022-06-13 20:09:32 -04:00
atomic_helpers.h Project Andio 2022-07-22 01:11:32 +01:00
atomic_ops.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
bit_cast.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
bit_field.h common: fix bitfield aliasing on GCC/Clang 2022-07-09 22:43:45 -04:00
bit_set.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
bit_util.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
bounded_threadsafe_queue.h bounded_threadsafe_queue: Use constexpr capacity and mask 2022-06-15 16:59:13 -04:00
cityhash.cpp chore: add missing SPDX tags 2022-04-28 18:24:11 +02:00
cityhash.h chore: add missing SPDX tags 2022-04-28 18:24:11 +02:00
CMakeLists.txt yuzu: Add ui files for multiplayer rooms 2022-07-25 21:59:28 +02:00
common_funcs.h common_funcs: Mark padding as [[maybe_unused]] 2022-07-15 10:34:38 +01:00
common_types.h chore: add missing SPDX tags 2022-04-28 18:24:11 +02:00
concepts.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
detached_tasks.cpp common: Eliminate variable shadowing 2022-06-13 18:19:22 -04:00
detached_tasks.h Review comments - part 5 2018-10-02 16:04:10 +02:00
div_ceil.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
dynamic_library.cpp chore: add missing SPDX tags 2022-04-28 18:24:11 +02:00
dynamic_library.h chore: add missing SPDX tags 2022-04-28 18:24:11 +02:00
elf.h common: consolidate ELF structure definitions 2022-06-05 09:42:05 -04:00
error.cpp common: Move error handling to error.cpp/h 2021-09-11 17:19:14 -04:00
error.h common: Move error handling to error.cpp/h 2021-09-11 17:19:14 -04:00
expected.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
fiber.cpp common/fiber: make fibers easier to use 2022-07-02 12:33:49 -04:00
fiber.h common/fiber: make fibers easier to use 2022-07-02 12:33:49 -04:00
fixed_point.h Project Andio 2022-07-22 01:11:32 +01:00
hash.h common: Make use of [[nodiscard]] where applicable 2020-08-15 17:17:52 -04:00
hex_util.cpp chore: add missing SPDX tags 2022-04-28 18:24:11 +02:00
hex_util.h chore: add missing SPDX tags 2022-04-28 18:24:11 +02:00
host_memory.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
host_memory.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
input.h input_common: Add camera driver 2022-07-23 19:38:42 -05:00
intrusive_red_black_tree.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
literals.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
lru_cache.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
lz4_compression.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
lz4_compression.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
math_util.h chore: add missing SPDX tags 2022-04-28 18:24:11 +02:00
memory_detect.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
memory_detect.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
microprofile.cpp Integrate the MicroProfile profiling library 2015-08-24 22:16:28 -03:00
microprofile.h Sources: Run clang-format on everything. 2016-09-18 09:38:01 +09:00
microprofileui.h Common: Remove section measurement from profiler (#1731) 2016-04-29 00:07:10 -07:00
nvidia_flags.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
nvidia_flags.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
page_table.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
page_table.h core/debugger: memory breakpoint support 2022-06-16 13:18:07 -04:00
param_package.cpp common: param_package: Demote DEBUG to TRACE for getters 2022-06-16 10:27:59 -05:00
param_package.h Project Mjölnir: Part 1 2020-08-26 02:32:32 -04:00
parent_of_member.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
point.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
quaternion.h Implement a basic class for motion devices 2020-08-27 17:19:21 -05:00
reader_writer_queue.h Project Andio 2022-07-22 01:11:32 +01:00
ring_buffer.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
scm_rev.cpp.in cmake: Remove shader cache version 2021-07-22 21:51:40 -04:00
scm_rev.h common: Add additional SCM revision fields 2019-10-05 00:09:49 -04:00
scope_exit.h common: scope_exit: Add a cancellable ScopeExit macro. 2021-02-05 14:03:36 -08:00
settings_input.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
settings_input.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
settings.cpp Project Andio 2022-07-22 01:11:32 +01:00
settings.h yuzu: Add webcam support and rebase to latest master 2022-07-23 19:40:25 -05:00
spin_lock.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
spin_lock.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
stream.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
stream.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
string_util.cpp string_util: Add U16StringFromBuffer 2022-05-15 18:06:33 -04:00
string_util.h string_util: Add U16StringFromBuffer 2022-05-15 18:06:33 -04:00
swap.h chore: add missing SPDX tags 2022-04-28 18:24:11 +02:00
telemetry.cpp common: Reduce unused includes 2022-03-19 15:01:31 -04:00
telemetry.h common: Reduce unused includes 2022-03-19 15:01:31 -04:00
thread_queue_list.h chore: add missing SPDX tags 2022-04-28 18:24:11 +02:00
thread_worker.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
thread.cpp Core: Fix tests. 2022-06-28 01:10:55 +02:00
thread.h Core/Common: Corrections to core timing and add critical priority. 2022-06-28 01:10:55 +02:00
threadsafe_queue.h chore: add missing SPDX tags 2022-04-28 18:24:11 +02:00
time_zone.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
time_zone.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
tiny_mt.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
tree.h chore: add missing SPDX tags 2022-04-28 18:24:11 +02:00
uint128.h Common: improve native clock. 2022-06-28 01:06:48 +02:00
unique_function.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
uuid.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
uuid.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
vector_math.h chore: add missing SPDX tags 2022-04-28 18:24:11 +02:00
virtual_buffer.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
virtual_buffer.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
wall_clock.cpp common/x64: Use TSC clock rate from CPUID when available 2022-07-06 12:42:01 -05:00
wall_clock.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
zstd_compression.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
zstd_compression.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00