FearlessTobi 705f7db84d yuzu: Add ui files for multiplayer rooms 4 лет назад
..
fs 0e5a6676c3 path_util: Resolve `-Wpointer-bool-conversion` warning 4 лет назад
logging c0264d2121 service: ptm: Rewrite PSM and add TS 4 лет назад
x64 e71d457af9 guard against div-by-zero 4 лет назад
CMakeLists.txt 705f7db84d yuzu: Add ui files for multiplayer rooms 4 лет назад
algorithm.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 лет назад
alignment.h 1841f63a40 common/alignment: Fix VS2022 compilation 4 лет назад
announce_multiplayer_room.h 705f7db84d yuzu: Add ui files for multiplayer rooms 4 лет назад
assert.cpp feaf010fa2 common/assert: rework ASSERT handling to avoid std::function usage 4 лет назад
assert.h feaf010fa2 common/assert: rework ASSERT handling to avoid std::function usage 4 лет назад
atomic_helpers.h 458da8a948 Project Andio 4 лет назад
atomic_ops.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 лет назад
bit_cast.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 лет назад
bit_field.h a1c1ad096d common: fix bitfield aliasing on GCC/Clang 4 лет назад
bit_set.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 лет назад
bit_util.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 лет назад
bounded_threadsafe_queue.h 25429998e3 bounded_threadsafe_queue: Use constexpr capacity and mask 4 лет назад
cityhash.cpp 01cf05bc75 chore: add missing SPDX tags 4 лет назад
cityhash.h 01cf05bc75 chore: add missing SPDX tags 4 лет назад
common_funcs.h 914ead075e common_funcs: Mark padding as [[maybe_unused]] 4 лет назад
common_types.h 01cf05bc75 chore: add missing SPDX tags 4 лет назад
concepts.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 лет назад
detached_tasks.cpp c1bd602e4c common: Eliminate variable shadowing 4 лет назад
detached_tasks.h e4daf4bee5 Review comments - part 5 7 лет назад
div_ceil.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 лет назад
dynamic_library.cpp 01cf05bc75 chore: add missing SPDX tags 4 лет назад
dynamic_library.h 01cf05bc75 chore: add missing SPDX tags 4 лет назад
elf.h 3c313a43fd common: consolidate ELF structure definitions 4 лет назад
error.cpp 290afc00d3 common: Move error handling to error.cpp/h 4 лет назад
error.h 290afc00d3 common: Move error handling to error.cpp/h 4 лет назад
expected.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 лет назад
fiber.cpp ed0319cfed common/fiber: make fibers easier to use 4 лет назад
fiber.h ed0319cfed common/fiber: make fibers easier to use 4 лет назад
fixed_point.h 458da8a948 Project Andio 4 лет назад
hash.h df72480395 common: Make use of [[nodiscard]] where applicable 6 лет назад
hex_util.cpp 01cf05bc75 chore: add missing SPDX tags 4 лет назад
hex_util.h 01cf05bc75 chore: add missing SPDX tags 4 лет назад
host_memory.cpp 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 лет назад
host_memory.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 лет назад
input.h f19e7be6e8 input_common: Add camera driver 4 лет назад
intrusive_red_black_tree.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 лет назад
literals.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 лет назад
lru_cache.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 лет назад
lz4_compression.cpp 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 лет назад
lz4_compression.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 лет назад
math_util.h 01cf05bc75 chore: add missing SPDX tags 4 лет назад
memory_detect.cpp 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 лет назад
memory_detect.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 лет назад
microprofile.cpp 0fcabd2b11 Integrate the MicroProfile profiling library 11 лет назад
microprofile.h dc8479928c Sources: Run clang-format on everything. 9 лет назад
microprofileui.h e3a8292495 Common: Remove section measurement from profiler (#1731) 10 лет назад
nvidia_flags.cpp 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 лет назад
nvidia_flags.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 лет назад
page_table.cpp 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 лет назад
page_table.h 208ed712f4 core/debugger: memory breakpoint support 4 лет назад
param_package.cpp d1f2f5f146 common: param_package: Demote DEBUG to TRACE for getters 4 лет назад
param_package.h f0fac0c7fb Project Mjölnir: Part 1 5 лет назад
parent_of_member.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 лет назад
point.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 лет назад
quaternion.h 2d207ec609 Implement a basic class for motion devices 5 лет назад
reader_writer_queue.h 458da8a948 Project Andio 4 лет назад
ring_buffer.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 лет назад
scm_rev.cpp.in 4a82450c81 cmake: Remove shader cache version 5 лет назад
scm_rev.h 3d4a0b94e3 common: Add additional SCM revision fields 6 лет назад
scope_exit.h 18175c71ed common: scope_exit: Add a cancellable ScopeExit macro. 5 лет назад
settings.cpp 458da8a948 Project Andio 4 лет назад
settings.h 403bdc4daf yuzu: Add webcam support and rebase to latest master 4 лет назад
settings_input.cpp 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 лет назад
settings_input.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 лет назад
spin_lock.cpp 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 лет назад
spin_lock.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 лет назад
stream.cpp 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 лет назад
stream.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 лет назад
string_util.cpp ffd3afcf2f string_util: Add U16StringFromBuffer 4 лет назад
string_util.h ffd3afcf2f string_util: Add U16StringFromBuffer 4 лет назад
swap.h 01cf05bc75 chore: add missing SPDX tags 4 лет назад
telemetry.cpp 923decae5a common: Reduce unused includes 4 лет назад
telemetry.h 923decae5a common: Reduce unused includes 4 лет назад
thread.cpp 9cafb0d912 Core: Fix tests. 4 лет назад
thread.h a2d29412cb Core/Common: Corrections to core timing and add critical priority. 4 лет назад
thread_queue_list.h 01cf05bc75 chore: add missing SPDX tags 4 лет назад
thread_worker.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 лет назад
threadsafe_queue.h 01cf05bc75 chore: add missing SPDX tags 4 лет назад
time_zone.cpp 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 лет назад
time_zone.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 лет назад
tiny_mt.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 лет назад
tree.h 01cf05bc75 chore: add missing SPDX tags 4 лет назад
uint128.h 096366ead5 Common: improve native clock. 4 лет назад
unique_function.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 лет назад
uuid.cpp 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 лет назад
uuid.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 лет назад
vector_math.h 01cf05bc75 chore: add missing SPDX tags 4 лет назад
virtual_buffer.cpp 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 лет назад
virtual_buffer.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 лет назад
wall_clock.cpp b2ad4dd189 common/x64: Use TSC clock rate from CPUID when available 4 лет назад
wall_clock.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 лет назад
zstd_compression.cpp 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 лет назад
zstd_compression.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 лет назад