liamwhite 522e7c5663 Merge pull request #9273 from ameerj/per-game-profile 3 anni fa
..
fs 9737615948 general: fix compile for Apple Clang 3 anni fa
logging 9737615948 general: fix compile for Apple Clang 3 anni fa
x64 69768ec71e Add CPU core count to log files 3 anni fa
CMakeLists.txt 5b5612c1cc CMake: Consolidate common PCH headers 3 anni fa
address_space.cpp fedd983f96 general: Format licenses as per SPDX guidelines 3 anni fa
address_space.h 11e1cbbdbd address_space: Rename va_start to virt_start 3 anni fa
address_space.inc c80ed6d81f general: rework usages of UNREACHABLE macro 3 anni fa
algorithm.h afab6c143c General: Fix compilation for GCC 3 anni fa
alignment.h cdb240f3d4 chore: make yuzu REUSE compliant 4 anni fa
announce_multiplayer_room.h 839e1faf49 yuzu: Display current game version in multiplayer room 3 anni fa
assert.cpp feaf010fa2 common/assert: rework ASSERT handling to avoid std::function usage 4 anni fa
assert.h feaf010fa2 common/assert: rework ASSERT handling to avoid std::function usage 4 anni fa
atomic_helpers.h 6fa3faec65 Add break for default cases 3 anni fa
atomic_ops.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 anni fa
bit_cast.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 anni fa
bit_field.h e6ab1f673b general: Enforce C4800 everywhere except in video_core 3 anni fa
bit_set.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 anni fa
bit_util.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 anni fa
bounded_threadsafe_queue.h 3822e31323 CMakeLists: Disable C4100 and C4324 3 anni fa
cache_management.cpp c2c9b44749 common/cache_management: Amend header includes 3 anni fa
cache_management.h c2c9b44749 common/cache_management: Amend header includes 3 anni fa
cityhash.cpp 01cf05bc75 chore: add missing SPDX tags 4 anni fa
cityhash.h 01cf05bc75 chore: add missing SPDX tags 4 anni fa
common_funcs.h cbaf642ffe Initial ARM64 support 3 anni fa
common_precompiled_headers.h 5b5612c1cc CMake: Consolidate common PCH headers 3 anni fa
common_types.h 01cf05bc75 chore: add missing SPDX tags 4 anni fa
concepts.h 8b4d5aeb4f concepts: Use the std::contiguous_iterator concept 3 anni fa
detached_tasks.cpp cdb240f3d4 chore: make yuzu REUSE compliant 4 anni fa
detached_tasks.h cdb240f3d4 chore: make yuzu REUSE compliant 4 anni fa
div_ceil.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 anni fa
dynamic_library.cpp 01cf05bc75 chore: add missing SPDX tags 4 anni fa
dynamic_library.h 01cf05bc75 chore: add missing SPDX tags 4 anni fa
elf.h 3c313a43fd common: consolidate ELF structure definitions 4 anni fa
error.cpp cdb240f3d4 chore: make yuzu REUSE compliant 4 anni fa
error.h cdb240f3d4 chore: make yuzu REUSE compliant 4 anni fa
expected.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 anni fa
fiber.cpp ed0319cfed common/fiber: make fibers easier to use 4 anni fa
fiber.h ed0319cfed common/fiber: make fibers easier to use 4 anni fa
fixed_point.h 6e1c6297a3 fixed_point: Mark default constructor as constexpr 3 anni fa
hash.h e462191482 Refactor VideoCore to use AS sepparate from Channel. 3 anni fa
hex_util.cpp 01cf05bc75 chore: add missing SPDX tags 4 anni fa
hex_util.h 01cf05bc75 chore: add missing SPDX tags 4 anni fa
host_memory.cpp cbaf642ffe Initial ARM64 support 3 anni fa
host_memory.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 anni fa
input.h 22aff09b33 Merge pull request #9289 from liamwhite/fruit-company 3 anni fa
intrusive_red_black_tree.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 anni fa
literals.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 anni fa
lru_cache.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 anni fa
lz4_compression.cpp 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 anni fa
lz4_compression.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 anni fa
math_util.h 01cf05bc75 chore: add missing SPDX tags 4 anni fa
memory_detect.cpp 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 anni fa
memory_detect.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 anni fa
microprofile.cpp cdb240f3d4 chore: make yuzu REUSE compliant 4 anni fa
microprofile.h 14e9de6678 code: dodge PAGE_SIZE #define 3 anni fa
microprofileui.h cdb240f3d4 chore: make yuzu REUSE compliant 4 anni fa
multi_level_page_table.cpp fedd983f96 general: Format licenses as per SPDX guidelines 3 anni fa
multi_level_page_table.h ca3db0d7c9 General: address feedback 3 anni fa
multi_level_page_table.inc fedd983f96 general: Format licenses as per SPDX guidelines 3 anni fa
nvidia_flags.cpp 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 anni fa
nvidia_flags.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 anni fa
page_table.cpp 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 anni fa
page_table.h 208ed712f4 core/debugger: memory breakpoint support 4 anni fa
param_package.cpp cdb240f3d4 chore: make yuzu REUSE compliant 4 anni fa
param_package.h cdb240f3d4 chore: make yuzu REUSE compliant 4 anni fa
parent_of_member.h f294b886db Silence std::aligned_storage warnings as it's deprecated in C++23, 3 anni fa
point.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 anni fa
polyfill_ranges.h 9737615948 general: fix compile for Apple Clang 3 anni fa
polyfill_thread.h 9737615948 general: fix compile for Apple Clang 3 anni fa
precompiled_headers.h 5b5612c1cc CMake: Consolidate common PCH headers 3 anni fa
quaternion.h cdb240f3d4 chore: make yuzu REUSE compliant 4 anni fa
reader_writer_queue.h cdb240f3d4 chore: make yuzu REUSE compliant 4 anni fa
ring_buffer.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 anni fa
scm_rev.cpp.in cdb240f3d4 chore: make yuzu REUSE compliant 4 anni fa
scm_rev.h cdb240f3d4 chore: make yuzu REUSE compliant 4 anni fa
scope_exit.h cdb240f3d4 chore: make yuzu REUSE compliant 4 anni fa
settings.cpp b670c350e4 settings: Reset FSR sharpening global state with the others 3 anni fa
settings.h 89dd7dc180 video_core: add null backend 3 anni fa
settings_input.cpp 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 anni fa
settings_input.h 9efdad6a27 Configuration: Add per-game input profiles 3 anni fa
socket_types.h bb84f53539 Make copyright headers SPDX-compliant 3 anni fa
spin_lock.cpp 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 anni fa
spin_lock.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 anni fa
stream.cpp 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 anni fa
stream.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 anni fa
string_util.cpp 3c39c0ac3e string_util: Fix Mingw compile error 3 anni fa
string_util.h ffd3afcf2f string_util: Add U16StringFromBuffer 4 anni fa
swap.h 01cf05bc75 chore: add missing SPDX tags 4 anni fa
telemetry.cpp cdb240f3d4 chore: make yuzu REUSE compliant 4 anni fa
telemetry.h cdb240f3d4 chore: make yuzu REUSE compliant 4 anni fa
thread.cpp 9cafb0d912 Core: Fix tests. 4 anni fa
thread.h 83a24ad638 Make coretiming waiting more accurate 4 anni fa
thread_queue_list.h 01cf05bc75 chore: add missing SPDX tags 4 anni fa
thread_worker.h 9737615948 general: fix compile for Apple Clang 3 anni fa
threadsafe_queue.h 9737615948 general: fix compile for Apple Clang 3 anni fa
time_zone.cpp 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 anni fa
time_zone.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 anni fa
tiny_mt.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 anni fa
tree.h 01cf05bc75 chore: add missing SPDX tags 4 anni fa
uint128.h b00df08145 common: remove unneeded x86-specific header 3 anni fa
unique_function.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 anni fa
uuid.cpp 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 anni fa
uuid.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 anni fa
vector_math.h 01cf05bc75 chore: add missing SPDX tags 4 anni fa
virtual_buffer.cpp 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 anni fa
virtual_buffer.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 anni fa
wall_clock.cpp b2ad4dd189 common/x64: Use TSC clock rate from CPUID when available 4 anni fa
wall_clock.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 anni fa
zstd_compression.cpp 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 anni fa
zstd_compression.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 anni fa