liamwhite 18672e6a78 Merge pull request #11159 from flodavid/master_bis 2 yıl önce
..
arm64 21bc2c14bc common: add arm64 native clock 2 yıl önce
fs c0d152affa Merge pull request #11705 from FearlessTobi/windows-sc 2 yıl önce
logging 9d7eebde7b ngc: implement service 2 yıl önce
windows 026eaddbee timer_resolution: Set current process to High QoS 3 yıl önce
x64 295fc7d0f8 x64: cpu_wait: Implement MWAITX for non-MSVC compilers 3 yıl önce
CMakeLists.txt 21bc2c14bc common: add arm64 native clock 2 yıl önce
address_space.cpp fedd983f96 general: Format licenses as per SPDX guidelines 3 yıl önce
address_space.h d5fc56db4b Move to Clang Format 15 3 yıl önce
address_space.inc 6fed48b3a4 Fix address space allocator slow path to avoid OOB 3 yıl önce
algorithm.h afab6c143c General: Fix compilation for GCC 3 yıl önce
alignment.h 50eee9b218 fssystem: rework for yuzu style 2 yıl önce
announce_multiplayer_room.h 600f325d87 general: fix spelling mistakes 3 yıl önce
assert.cpp feaf010fa2 common/assert: rework ASSERT handling to avoid std::function usage 4 yıl önce
assert.h fd1ea0fd84 Enable compiler optimizations and enforce x86-64-v2 on GCC/Clang (#9442) 3 yıl önce
atomic_helpers.h d5fc56db4b Move to Clang Format 15 3 yıl önce
atomic_ops.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 yıl önce
bit_cast.h 64dcb40db1 common: make BitCast constexpr 3 yıl önce
bit_field.h 9950a388d2 externals: Update to fmt 10 and add format_as formatter for BitField 3 yıl önce
bit_set.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 yıl önce
bit_util.h d5fc56db4b Move to Clang Format 15 3 yıl önce
bounded_threadsafe_queue.h 67e2d5c28b Reimplement HardwareOpus 2 yıl önce
cityhash.cpp 01cf05bc75 chore: add missing SPDX tags 4 yıl önce
cityhash.h 01cf05bc75 chore: add missing SPDX tags 4 yıl önce
common_funcs.h 2212c9653d kernel: mark TLS accessors as noinline for non-MSVC LTO 2 yıl önce
common_precompiled_headers.h 5b5612c1cc CMake: Consolidate common PCH headers 3 yıl önce
common_types.h 01cf05bc75 chore: add missing SPDX tags 4 yıl önce
concepts.h d5fc56db4b Move to Clang Format 15 3 yıl önce
container_hash.h 7017f04ee8 container_hash: use climits 3 yıl önce
demangle.cpp 71b3b2a2f0 general: Silence -Wshadow{,-uncaptured-local} warnings 3 yıl önce
demangle.h ce0b8d618d Move demangle impl to cpp 3 yıl önce
detached_tasks.cpp 71b3b2a2f0 general: Silence -Wshadow{,-uncaptured-local} warnings 3 yıl önce
detached_tasks.h cdb240f3d4 chore: make yuzu REUSE compliant 4 yıl önce
div_ceil.h d5fc56db4b Move to Clang Format 15 3 yıl önce
dynamic_library.cpp 32cf6beee3 common: dynamic_library: Add ctor for existing handle. 3 yıl önce
dynamic_library.h 32cf6beee3 common: dynamic_library: Add ctor for existing handle. 3 yıl önce
elf.h 7b5d234558 jit: add support for relr-type relocations 2 yıl önce
error.cpp cdbab60bbb common: error: Fix for Android. 3 yıl önce
error.h cdb240f3d4 chore: make yuzu REUSE compliant 4 yıl önce
expected.h d5fc56db4b Move to Clang Format 15 3 yıl önce
fiber.cpp 600f325d87 general: fix spelling mistakes 3 yıl önce
fiber.h ed0319cfed common/fiber: make fibers easier to use 4 yıl önce
fixed_point.h 600f325d87 general: fix spelling mistakes 3 yıl önce
hash.h e462191482 Refactor VideoCore to use AS sepparate from Channel. 3 yıl önce
hex_util.cpp 01cf05bc75 chore: add missing SPDX tags 4 yıl önce
hex_util.h 01cf05bc75 chore: add missing SPDX tags 4 yıl önce
host_memory.cpp cb95d7fe1b Merge pull request #10508 from yuzu-emu/lime 3 yıl önce
host_memory.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 yıl önce
input.h df9685a21c input_common: Remove duplicated DriverResult enum 3 yıl önce
intrusive_list.h 2afaa7aed7 common: add intrusive list type 3 yıl önce
intrusive_red_black_tree.h a9623d5f55 general: fixes for gcc 13 3 yıl önce
literals.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 yıl önce
lru_cache.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 yıl önce
lz4_compression.cpp 50eee9b218 fssystem: rework for yuzu style 2 yıl önce
lz4_compression.h 50eee9b218 fssystem: rework for yuzu style 2 yıl önce
make_unique_for_overwrite.h d5fc56db4b Move to Clang Format 15 3 yıl önce
math_util.h 01cf05bc75 chore: add missing SPDX tags 4 yıl önce
memory_detect.cpp 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 yıl önce
memory_detect.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 yıl önce
microprofile.cpp cdb240f3d4 chore: make yuzu REUSE compliant 4 yıl önce
microprofile.h 14e9de6678 code: dodge PAGE_SIZE #define 3 yıl önce
microprofileui.h cdb240f3d4 chore: make yuzu REUSE compliant 4 yıl önce
multi_level_page_table.cpp fedd983f96 general: Format licenses as per SPDX guidelines 3 yıl önce
multi_level_page_table.h ca3db0d7c9 General: address feedback 3 yıl önce
multi_level_page_table.inc fedd983f96 general: Format licenses as per SPDX guidelines 3 yıl önce
nvidia_flags.cpp 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 yıl önce
nvidia_flags.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 yıl önce
overflow.h d45ac00d48 kernel: avoid signed overflow UB on MSVC 3 yıl önce
page_table.cpp 6f7cb69c94 Use spans over guest memory where possible instead of copying data. 3 yıl önce
page_table.h d7c532d889 Fixes and workarounds to make UBSan happier on macOS 3 yıl önce
param_package.cpp cdb240f3d4 chore: make yuzu REUSE compliant 4 yıl önce
param_package.h cdb240f3d4 chore: make yuzu REUSE compliant 4 yıl önce
parent_of_member.h f294b886db Silence std::aligned_storage warnings as it's deprecated in C++23, 3 yıl önce
point.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 yıl önce
polyfill_ranges.h d5fc56db4b Move to Clang Format 15 3 yıl önce
polyfill_thread.h ca75c9125d common/polyfill_thread: use std::forward where appropriate, qualify std::move calls 2 yıl önce
precompiled_headers.h 5b5612c1cc CMake: Consolidate common PCH headers 3 yıl önce
quaternion.h cdb240f3d4 chore: make yuzu REUSE compliant 4 yıl önce
range_map.h e446f368d7 Fixes 'Continous' typo 3 yıl önce
reader_writer_queue.h cdb240f3d4 chore: make yuzu REUSE compliant 4 yıl önce
ring_buffer.h fbd85417ff ring_buffer: Fix const usage on std::span 3 yıl önce
scm_rev.cpp.in cdb240f3d4 chore: make yuzu REUSE compliant 4 yıl önce
scm_rev.h cdb240f3d4 chore: make yuzu REUSE compliant 4 yıl önce
scope_exit.h cdb240f3d4 chore: make yuzu REUSE compliant 4 yıl önce
scratch_buffer.h f1cfd9c219 Fix ScratchBuffer moves 3 yıl önce
settings.cpp 6c246f2ac5 yuzu: Use new setting method for stop emulation 2 yıl önce
settings.h 6c246f2ac5 yuzu: Use new setting method for stop emulation 2 yıl önce
settings_common.cpp 6c8f2b355a android: Expose interface for getting settings from native code 2 yıl önce
settings_common.h fea5b758bc settings_common: Fix typo 2 yıl önce
settings_enums.h 6c246f2ac5 yuzu: Use new setting method for stop emulation 2 yıl önce
settings_input.cpp 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 yıl önce
settings_input.h 9efdad6a27 Configuration: Add per-game input profiles 3 yıl önce
settings_setting.h 9335cf8857 settings_setting: Read audio engine 2 yıl önce
socket_types.h e0fb1d3d17 ssl: Reorder inclusions 3 yıl önce
spin_lock.cpp 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 yıl önce
spin_lock.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 yıl önce
steady_clock.cpp 1492a65454 (wall, native)_clock: Rework NativeClock 3 yıl önce
steady_clock.h 6f9918552c steady_clock: Introduce a real time clock 3 yıl önce
stream.cpp 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 yıl önce
stream.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 yıl önce
string_util.cpp 38394f36d7 gdbserver: use numeric character references for unicode 2 yıl önce
string_util.h 38394f36d7 gdbserver: use numeric character references for unicode 2 yıl önce
swap.h 91eb5afd0b Warnings cleanup for GCC 13 and Clang 16 2 yıl önce
telemetry.cpp 4303ed614d x64: Add detection of monitorx instructions 3 yıl önce
telemetry.h cdb240f3d4 chore: make yuzu REUSE compliant 4 yıl önce
thread.cpp 9cafb0d912 Core: Fix tests. 4 yıl önce
thread.h 1586f1c0b1 general: remove atomic signal and wait 3 yıl önce
thread_queue_list.h 01cf05bc75 chore: add missing SPDX tags 4 yıl önce
thread_worker.h 9737615948 general: fix compile for Apple Clang 3 yıl önce
threadsafe_queue.h 9737615948 general: fix compile for Apple Clang 3 yıl önce
time_zone.cpp 63a0a1f826 time_zone: Clean up includes 3 yıl önce
time_zone.h 3979c7daa4 common: Move system time zone string detection 3 yıl önce
tiny_mt.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 yıl önce
tree.h d5fc56db4b Move to Clang Format 15 3 yıl önce
typed_address.h a9623d5f55 general: fixes for gcc 13 3 yıl önce
uint128.h b00df08145 common: remove unneeded x86-specific header 3 yıl önce
unique_function.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 yıl önce
uuid.cpp 007c3fa7df Fix potentially uninitialized local variable warning 3 yıl önce
uuid.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 yıl önce
vector_math.h f017335fef input_common: Add property to invert an axis button 3 yıl önce
virtual_buffer.cpp 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 yıl önce
virtual_buffer.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 yıl önce
wall_clock.cpp 21bc2c14bc common: add arm64 native clock 2 yıl önce
wall_clock.h 2e1e725443 core_timing: Fix SingleCore cycle timer 3 yıl önce
zstd_compression.cpp abe2ad7aac zstd: Use ZSTD_getFrameContentSize instead of ZSTD_getDecompressedSize 3 yıl önce
zstd_compression.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 yıl önce