You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
CamilleLaVey 88555a17be Forcing hardware handling for decode formats on Android 10 months ago
..
android Forcing hardware handling for decode formats on Android 10 months ago
arm64 Rework time service to fix time passing offline. 3 years ago
fs [qt] Ryujinx save data link (#2815) 11 months ago
linux general: conditionally compile gamemode on linux only 3 years ago
logging [logging, debugger] remove unescesary logic and only query USER env variable once (#2800) 11 months ago
windows timer_resolution: Set current process to High QoS 4 years ago
x64 [meta] fix license headers (#2547) 12 months ago
CMakeLists.txt [audio_core] Remove unused files and make audio rendering more safe (#2903) 11 months ago
address_space.cpp general: Format licenses as per SPDX guidelines 4 years ago
address_space.h Move to Clang Format 15 4 years ago
address_space.inc Fix address space allocator slow path to avoid OOB 3 years ago
algorithm.h General: Fix compilation for GCC 4 years ago
alignment.h gl_staging_buffer_pool: Refactor allocation variables into a struct 3 years ago
announce_multiplayer_room.h Fix License headers & CI (#168) 1 year ago
assert.cpp [common] Do not expose platform specific Crash() macro that is only used ever once (#2909) 10 months ago
assert.h [common] Do not expose platform specific Crash() macro that is only used ever once (#2909) 10 months ago
atomic_ops.h atomic_ops: Fix MSVC 3 years ago
bit_field.h externals: Update to fmt 10 and add format_as formatter for BitField 3 years ago
bit_util.h Move to Clang Format 15 4 years ago
bounded_threadsafe_queue.h [common] use libc++ provided jthread instead of in-house one (which deadlocks on FBSD 14) (#351) 12 months ago
cityhash.cpp chore: add missing SPDX tags 4 years ago
cityhash.h chore: add missing SPDX tags 4 years ago
common_funcs.h [common] Do not expose platform specific Crash() macro that is only used ever once (#2909) 10 months ago
common_types.h [tools, cmake] refactor: update/hash check scripts, use tags for some more deps, proper CPMUtil separation (#2666) 11 months ago
concepts.h Move to Clang Format 15 4 years ago
container_hash.h container_hash: use climits 4 years ago
demangle.cpp [compat] Solaris build fixes for openssl, catch2; NetBSD build fixes (#2752) 11 months ago
demangle.h Move demangle impl to cpp 4 years ago
detached_tasks.cpp general: Silence -Wshadow{,-uncaptured-local} warnings 3 years ago
detached_tasks.h chore: make yuzu REUSE compliant 4 years ago
device_power_state.cpp Add Device Power State (Windows, Linux, Mac and Android) (#197) 1 year ago
device_power_state.h Add Device Power State (Windows, Linux, Mac and Android) (#197) 1 year ago
div_ceil.h Move to Clang Format 15 4 years ago
dynamic_library.cpp Update fmt to allow for v11 1 year ago
dynamic_library.h common: dynamic_library: Add ctor for existing handle. 3 years ago
elf.h gl_staging_buffer_pool: Refactor allocation variables into a struct 3 years ago
error.cpp common: error: Fix for Android. 3 years ago
error.h chore: make yuzu REUSE compliant 4 years ago
expected.h Move to Clang Format 15 4 years ago
fiber.cpp Save memory by using dyamic stack size in Fiber 1 year ago
fiber.h Implemented rewindless Fiber without Boost (using minicoro) 1 year ago
fixed_point.h general: fix spelling mistakes 4 years ago
free_region_manager.h [meta] fix license headers (#2547) 12 months ago
hash.h Refactor VideoCore to use AS sepparate from Channel. 4 years ago
heap_tracker.cpp [core/memory] Remove defered heap allocation on Linux. (#2587) 11 months ago
heap_tracker.h heap_tracker: use linear-time mapping eviction 3 years ago
hex_util.cpp chore: add missing SPDX tags 4 years ago
hex_util.h Update fmt to allow for v11 1 year ago
host_memory.cpp [compat] HaikuOS port (#2805) 11 months ago
host_memory.h core: track separate heap allocation for linux 3 years ago
input.h input_common: Remove duplicated DriverResult enum 3 years ago
intrusive_list.h common: add intrusive list type 3 years ago
intrusive_red_black_tree.h general: fixes for gcc 13 3 years ago
literals.h general: Convert source file copyright comments over to SPDX 4 years ago
lru_cache.h general: Convert source file copyright comments over to SPDX 4 years ago
lz4_compression.cpp gl_staging_buffer_pool: Refactor allocation variables into a struct 3 years ago
lz4_compression.h gl_staging_buffer_pool: Refactor allocation variables into a struct 3 years ago
make_unique_for_overwrite.h Move to Clang Format 15 4 years ago
math_util.h [meta] fix license headers (#2547) 12 months ago
memory_detect.cpp general: Convert source file copyright comments over to SPDX 4 years ago
memory_detect.h Rework time service to fix time passing offline. 3 years ago
minicoro.h [build, cmake] port to solaris (#96) 1 year ago
multi_level_page_table.cpp general: Format licenses as per SPDX guidelines 4 years ago
multi_level_page_table.h General: address feedback 4 years ago
multi_level_page_table.inc general: Format licenses as per SPDX guidelines 4 years ago
overflow.h [common] replace Common::BitCast with libc++ provided one (#2774) 11 months ago
page_table.cpp scope_exit: Make constexpr 3 years ago
page_table.h kernel: add KPageTableBase 3 years ago
param_package.cpp chore: make yuzu REUSE compliant 4 years ago
param_package.h chore: make yuzu REUSE compliant 4 years ago
parent_of_member.h Silence std::aligned_storage warnings as it's deprecated in C++23, 4 years ago
point.h general: Convert source file copyright comments over to SPDX 4 years ago
polyfill_thread.h [common] use libc++ provided jthread instead of in-house one (which deadlocks on FBSD 14) (#351) 12 months ago
quaternion.h chore: make yuzu REUSE compliant 4 years ago
range_map.h [meta] fix license headers (#2547) 12 months ago
range_mutex.h smmu: use new range mutex construction for protecting counters 3 years ago
range_sets.h Common: Rename SplitRangeSet to OverlapRangeSet 3 years ago
range_sets.inc [cmake] enable clang-cl and WoA builds (#348) 1 year ago
ring_buffer.h [cmake] enable clang-cl and WoA builds (#348) 1 year ago
scm_rev.cpp.in [fixup] fix bad variable names (#2642) 12 months ago
scm_rev.h [meta] allow customisation of auto-updater, remove hardcoded title names and fix dup title names (#2588) 12 months ago
scope_exit.h scope_exit: Make constexpr 3 years ago
scratch_buffer.h Fix ScratchBuffer moves 3 years ago
settings.cpp [compat] HaikuOS port (#2805) 11 months ago
settings.h Forcing hardware handling for decode formats on Android 10 months ago
settings_common.cpp Fix more typos 3 years ago
settings_common.h Add dynamic state extension configs 1 year ago
settings_enums.h [compat] Solaris build fixes for openssl, catch2; NetBSD build fixes (#2752) 11 months ago
settings_input.cpp core: hid: Split SL and SR buttons 3 years ago
settings_input.h android: Input mapping 3 years ago
settings_setting.h [common] No need to specify min/max for settings; fix crash when OOB value is given for some settings (#2609) 12 months ago
signal_chain.cpp android: Add cpu bakend gui toggle 3 years ago
signal_chain.h Address some review comments 3 years ago
slot_vector.h [compat] Debian stable gcc12/clang14 compilation fixes (#2763) 11 months ago
socket_types.h ssl: Reorder inclusions 3 years ago
spin_lock.cpp general: Convert source file copyright comments over to SPDX 4 years ago
spin_lock.h general: Convert source file copyright comments over to SPDX 4 years ago
stb.cpp gl_staging_buffer_pool: Refactor allocation variables into a struct 3 years ago
stb.h gl_staging_buffer_pool: Refactor allocation variables into a struct 3 years ago
steady_clock.cpp (wall, native)_clock: Rework NativeClock 3 years ago
steady_clock.h steady_clock: Introduce a real time clock 4 years ago
stream.cpp general: Convert source file copyright comments over to SPDX 4 years ago
stream.h general: Convert source file copyright comments over to SPDX 4 years ago
string_util.cpp [common, fs] Use std::string_view instead of std::string&; inline functions that are used rarely (#330) 1 year ago
string_util.h [common, fs] include missing header introduced on #330 (#370) 1 year ago
swap.h gl_staging_buffer_pool: Refactor allocation variables into a struct 3 years ago
thread.cpp [compat] Windows 8.1 support (#2772) 10 months ago
thread.h [common] use libc++ provided jthread instead of in-house one (which deadlocks on FBSD 14) (#351) 12 months ago
thread_queue_list.h chore: add missing SPDX tags 4 years ago
thread_worker.h [common] use libc++ provided jthread instead of in-house one (which deadlocks on FBSD 14) (#351) 12 months ago
threadsafe_queue.h [common] use libc++ provided jthread instead of in-house one (which deadlocks on FBSD 14) (#351) 12 months ago
time_zone.cpp Rework time service to fix time passing offline. 3 years ago
time_zone.h common: Move system time zone string detection 3 years ago
tiny_mt.h [meta] fix license headers (#2547) 12 months ago
tree.h [common] Use U8 for colour of RB-tree instead of integer to save space (#228) 1 year ago
typed_address.h Update fmt to allow for v11 1 year ago
uint128.h [meta] fix license headers (#2547) 12 months ago
unique_function.h general: Convert source file copyright comments over to SPDX 4 years ago
uuid.cpp Update fmt to allow for v11 1 year ago
uuid.h [desktop, core] yuzu -> Eden, eden -> Eden 1 year ago
vector_math.h [vector_math]: Use NEON intrinsics in Vec4 dot operation (#177) 1 year ago
virtual_buffer.cpp [compat] HaikuOS port (#2805) 11 months ago
virtual_buffer.h general: Convert source file copyright comments over to SPDX 4 years ago
wall_clock.cpp Rework time service to fix time passing offline. 3 years ago
wall_clock.h Rework time service to fix time passing offline. 3 years ago
zstd_compression.cpp zstd: Use ZSTD_getFrameContentSize instead of ZSTD_getDecompressedSize 4 years ago
zstd_compression.h general: Convert source file copyright comments over to SPDX 4 years ago