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. 10 年 前
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 6 年 前
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 6 年 前
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 年 前