t895 50ecad547e android: Input mapping 2 년 전
..
android 50ecad547e android: Input mapping 2 년 전
arm64 e4915fb7d2 Rework time service to fix time passing offline. 2 년 전
fs c8e8c614a0 common: fs: Expand android macros 2 년 전
linux 5eec980a2d general: conditionally compile gamemode on linux only 2 년 전
logging 4f569fd568 assert/logging: Stop the logging thread and flush the backends before crashing 2 년 전
windows 026eaddbee timer_resolution: Set current process to High QoS 3 년 전
x64 e4915fb7d2 Rework time service to fix time passing offline. 2 년 전
CMakeLists.txt 7ec7ff0f30 Merge pull request #12920 from t895/jni-common 2 년 전
address_space.cpp fedd983f96 general: Format licenses as per SPDX guidelines 3 년 전
address_space.h d5fc56db4b Move to Clang Format 15 3 년 전
address_space.inc 6fed48b3a4 Fix address space allocator slow path to avoid OOB 3 년 전
algorithm.h afab6c143c General: Fix compilation for GCC 3 년 전
alignment.h 50eee9b218 fssystem: rework for yuzu style 2 년 전
announce_multiplayer_room.h 600f325d87 general: fix spelling mistakes 3 년 전
assert.cpp 4f569fd568 assert/logging: Stop the logging thread and flush the backends before crashing 2 년 전
assert.h fd1ea0fd84 Enable compiler optimizations and enforce x86-64-v2 on GCC/Clang (#9442) 3 년 전
atomic_helpers.h d5fc56db4b Move to Clang Format 15 3 년 전
atomic_ops.h 5a20d07c21 atomic_ops: Fix MSVC 2 년 전
bit_cast.h 64dcb40db1 common: make BitCast constexpr 3 년 전
bit_field.h 9950a388d2 externals: Update to fmt 10 and add format_as formatter for BitField 3 년 전
bit_set.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 년 전
bit_util.h d5fc56db4b Move to Clang Format 15 3 년 전
bounded_threadsafe_queue.h 67e2d5c28b Reimplement HardwareOpus 2 년 전
cityhash.cpp 01cf05bc75 chore: add missing SPDX tags 4 년 전
cityhash.h 01cf05bc75 chore: add missing SPDX tags 4 년 전
common_funcs.h 4144c517a5 Make system settings persistent across boots 2 년 전
common_precompiled_headers.h 5b5612c1cc CMake: Consolidate common PCH headers 3 년 전
common_types.h 2f0418c101 Core: Initial implementation of device memory mapping 2 년 전
concepts.h d5fc56db4b Move to Clang Format 15 3 년 전
container_hash.h 7017f04ee8 container_hash: use climits 3 년 전
demangle.cpp 71b3b2a2f0 general: Silence -Wshadow{,-uncaptured-local} warnings 3 년 전
demangle.h ce0b8d618d Move demangle impl to cpp 3 년 전
detached_tasks.cpp 71b3b2a2f0 general: Silence -Wshadow{,-uncaptured-local} warnings 3 년 전
detached_tasks.h cdb240f3d4 chore: make yuzu REUSE compliant 4 년 전
div_ceil.h d5fc56db4b Move to Clang Format 15 3 년 전
dynamic_library.cpp 32cf6beee3 common: dynamic_library: Add ctor for existing handle. 3 년 전
dynamic_library.h 32cf6beee3 common: dynamic_library: Add ctor for existing handle. 3 년 전
elf.h 7b5d234558 jit: add support for relr-type relocations 2 년 전
error.cpp cdbab60bbb common: error: Fix for Android. 3 년 전
error.h cdb240f3d4 chore: make yuzu REUSE compliant 4 년 전
expected.h d5fc56db4b Move to Clang Format 15 3 년 전
fiber.cpp 600f325d87 general: fix spelling mistakes 3 년 전
fiber.h ed0319cfed common/fiber: make fibers easier to use 4 년 전
fixed_point.h 600f325d87 general: fix spelling mistakes 3 년 전
free_region_manager.h 29e7d79a86 common: Add free region manager 2 년 전
hash.h e462191482 Refactor VideoCore to use AS sepparate from Channel. 3 년 전
heap_tracker.cpp adb2af0a2b heap_tracker: use linear-time mapping eviction 2 년 전
heap_tracker.h adb2af0a2b heap_tracker: use linear-time mapping eviction 2 년 전
hex_util.cpp 01cf05bc75 chore: add missing SPDX tags 4 년 전
hex_util.h fb3ef957bb service: fs: Skip non user id folders 2 년 전
host_memory.cpp ddda76f9b0 core: track separate heap allocation for linux 2 년 전
host_memory.h ddda76f9b0 core: track separate heap allocation for linux 2 년 전
input.h df9685a21c input_common: Remove duplicated DriverResult enum 3 년 전
intrusive_list.h 2afaa7aed7 common: add intrusive list type 3 년 전
intrusive_red_black_tree.h a9623d5f55 general: fixes for gcc 13 3 년 전
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 50eee9b218 fssystem: rework for yuzu style 2 년 전
lz4_compression.h 50eee9b218 fssystem: rework for yuzu style 2 년 전
make_unique_for_overwrite.h d5fc56db4b Move to Clang Format 15 3 년 전
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 e4915fb7d2 Rework time service to fix time passing offline. 2 년 전
microprofile.cpp cdb240f3d4 chore: make yuzu REUSE compliant 4 년 전
microprofile.h 14e9de6678 code: dodge PAGE_SIZE #define 3 년 전
microprofileui.h cdb240f3d4 chore: make yuzu REUSE compliant 4 년 전
multi_level_page_table.cpp fedd983f96 general: Format licenses as per SPDX guidelines 3 년 전
multi_level_page_table.h ca3db0d7c9 General: address feedback 3 년 전
multi_level_page_table.inc fedd983f96 general: Format licenses as per SPDX guidelines 3 년 전
nvidia_flags.cpp 9e4d606c4c nvidia_flags: Enable GL Threaded optimizations 2 년 전
nvidia_flags.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 년 전
overflow.h 975deb7528 Address review comments and fix compilation problems 2 년 전
page_table.cpp f2fed21c11 kernel: fix page leak on process termination 2 년 전
page_table.h 2a255b2d61 kernel: add KPageTableBase 2 년 전
param_package.cpp cdb240f3d4 chore: make yuzu REUSE compliant 4 년 전
param_package.h cdb240f3d4 chore: make yuzu REUSE compliant 4 년 전
parent_of_member.h f294b886db Silence std::aligned_storage warnings as it's deprecated in C++23, 3 년 전
point.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 년 전
polyfill_ranges.h d5fc56db4b Move to Clang Format 15 3 년 전
polyfill_thread.h ca75c9125d common/polyfill_thread: use std::forward where appropriate, qualify std::move calls 2 년 전
precompiled_headers.h 5b5612c1cc CMake: Consolidate common PCH headers 3 년 전
quaternion.h cdb240f3d4 chore: make yuzu REUSE compliant 4 년 전
range_map.h e446f368d7 Fixes 'Continous' typo 3 년 전
range_mutex.h 8f848f43e9 smmu: use new range mutex construction for protecting counters 2 년 전
range_sets.h fa47ac1c9f Common: Rename SplitRangeSet to OverlapRangeSet 2 년 전
range_sets.inc fa47ac1c9f Common: Rename SplitRangeSet to OverlapRangeSet 2 년 전
reader_writer_queue.h cdb240f3d4 chore: make yuzu REUSE compliant 4 년 전
ring_buffer.h 553dac2ae0 ring_buffer: Use feature macro 2 년 전
scm_rev.cpp.in cdb240f3d4 chore: make yuzu REUSE compliant 4 년 전
scm_rev.h cdb240f3d4 chore: make yuzu REUSE compliant 4 년 전
scope_exit.h cdb240f3d4 chore: make yuzu REUSE compliant 4 년 전
scratch_buffer.h f1cfd9c219 Fix ScratchBuffer moves 3 년 전
settings.cpp fa12384350 general: add default configurations for applet mode 2 년 전
settings.h fa12384350 general: add default configurations for applet mode 2 년 전
settings_common.cpp 2044ae6b3a Fix more typos 2 년 전
settings_common.h fa12384350 general: add default configurations for applet mode 2 년 전
settings_enums.h fa12384350 general: add default configurations for applet mode 2 년 전
settings_input.cpp ae57a99d7d core: hid: Split SL and SR buttons 2 년 전
settings_input.h 50ecad547e android: Input mapping 2 년 전
settings_setting.h 70c3d36536 android: Refactor settings to expose more options 2 년 전
signal_chain.cpp 8fab363237 android: Add cpu bakend gui toggle 2 년 전
signal_chain.h 6de2edcca1 Address some review comments 2 년 전
slot_vector.h 4841dc0b74 VideoCore: Move Slot Vector to Common 2 년 전
socket_types.h e0fb1d3d17 ssl: Reorder inclusions 3 년 전
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 년 전
stb.cpp 79ba5d9c26 cmake: prefer system stb headers 2 년 전
stb.h 79ba5d9c26 cmake: prefer system stb headers 2 년 전
steady_clock.cpp 1492a65454 (wall, native)_clock: Rework NativeClock 3 년 전
steady_clock.h 6f9918552c steady_clock: Introduce a real time clock 3 년 전
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 585b6e9d46 android: Fix resolving android URIs in native code 2 년 전
string_util.h 38394f36d7 gdbserver: use numeric character references for unicode 2 년 전
swap.h 91eb5afd0b Warnings cleanup for GCC 13 and Clang 16 2 년 전
telemetry.cpp 4303ed614d x64: Add detection of monitorx instructions 3 년 전
telemetry.h cdb240f3d4 chore: make yuzu REUSE compliant 4 년 전
thread.cpp 59b62c6507 common: use SetThreadDescription API for thread names 2 년 전
thread.h 1586f1c0b1 general: remove atomic signal and wait 3 년 전
thread_queue_list.h 01cf05bc75 chore: add missing SPDX tags 4 년 전
thread_worker.h 9737615948 general: fix compile for Apple Clang 3 년 전
threadsafe_queue.h 9737615948 general: fix compile for Apple Clang 3 년 전
time_zone.cpp e4915fb7d2 Rework time service to fix time passing offline. 2 년 전
time_zone.h 3979c7daa4 common: Move system time zone string detection 3 년 전
tiny_mt.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 년 전
tree.h d5fc56db4b Move to Clang Format 15 3 년 전
typed_address.h 0e950baf41 typed_address: test values are unsigned 2 년 전
uint128.h b00df08145 common: remove unneeded x86-specific header 3 년 전
unique_function.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 년 전
uuid.cpp 007c3fa7df Fix potentially uninitialized local variable warning 3 년 전
uuid.h e4915fb7d2 Rework time service to fix time passing offline. 2 년 전
vector_math.h f017335fef input_common: Add property to invert an axis button 3 년 전
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 e4915fb7d2 Rework time service to fix time passing offline. 2 년 전
wall_clock.h e4915fb7d2 Rework time service to fix time passing offline. 2 년 전
zstd_compression.cpp abe2ad7aac zstd: Use ZSTD_getFrameContentSize instead of ZSTD_getDecompressedSize 3 년 전
zstd_compression.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 년 전