..
android
[fs/core] Load external content without NAND install (#2862)
2 months ago
arm64
Rework time service to fix time passing offline.
2 years ago
fs
[*] change all std::unordered_map and std::unordered_set into ankerl::unordered_dense::map/set variants (#3442)
2 months ago
logging
[common] remove uneeded allocations in logs (#3409)
2 months ago
windows
[port] windows 7 support (#3105)
4 months ago
x64
[core, windows] remove microSleep() and simply wait on events like on linux (#3498)
2 months ago
CMakeLists.txt
[*] change all std::unordered_map and std::unordered_set into ankerl::unordered_dense::map/set variants (#3442)
2 months ago
address_space.cpp
general: Format licenses as per SPDX guidelines
4 years ago
address_space.h
Move to Clang Format 15
3 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
[chore] Fixed a couple memory leaks using up ~15 MB each iteration (#398)
4 months ago
assert.cpp
[common] Do not expose platform specific Crash() macro that is only used ever once (#2909)
5 months ago
assert.h
[common] remove assert extra newline (#3362)
3 months ago
atomic_ops.h
[common] provide fallback for lack of atomic u128 support (#2999)
5 months 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
3 years ago
bounded_threadsafe_queue.h
[video_core] reduce SPSC/MPSC queue contention for commands (#289)
5 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)
5 months ago
common_types.h
[tools, cmake] refactor: update/hash check scripts, use tags for some more deps, proper CPMUtil separation (#2666)
6 months ago
concepts.h
[common] replace Common::(DerivedFrom, IsArithmetic, Size, ConvertibleTo, IsIntegral) with libstdc++ equivalents (#290)
5 months ago
container_hash.h
container_hash: use climits
3 years ago
demangle.cpp
[compat] Solaris build fixes for openssl, catch2; NetBSD build fixes (#2752)
6 months ago
demangle.h
Move demangle impl to cpp
3 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)
10 months ago
device_power_state.h
Add Device Power State (Windows, Linux, Mac and Android) (#197)
10 months ago
div_ceil.h
Move to Clang Format 15
3 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
3 years ago
fiber.cpp
[fiber] fix windows 11 regression with DefaultSettings due to fiber stack corruption (#3400)
3 months ago
fiber.h
[common, core] remove uneeded memory indirection overhead at startup (#3306)
3 months ago
fixed_point.h
[common] replace Common::(DerivedFrom, IsArithmetic, Size, ConvertibleTo, IsIntegral) with libstdc++ equivalents (#290)
5 months ago
free_region_manager.h
[meta] fix license headers (#2547)
7 months ago
hash.h
Refactor VideoCore to use AS sepparate from Channel.
4 years ago
heap_tracker.cpp
[meta] fix license headers (#2547)
7 months ago
heap_tracker.h
heap_tracker: use linear-time mapping eviction
2 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
[*] change all std::unordered_map and std::unordered_set into ankerl::unordered_dense::map/set variants (#3442)
2 months ago
host_memory.h
[host_memory] remove unused fastmem fallback path (#3133)
3 months ago
input.h
[*] change all std::unordered_map and std::unordered_set into ankerl::unordered_dense::map/set variants (#3442)
2 months 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
3 years ago
math_util.h
[meta] fix license headers (#2547)
7 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.
2 years 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)
6 months ago
page_table.cpp
[dynarmic, common] pagetable clustering (#3215)
3 months ago
page_table.h
[dynarmic, common] pagetable clustering (#3215)
3 months ago
param_package.cpp
chore: make yuzu REUSE compliant
4 years ago
param_package.h
[*] change all std::unordered_map and std::unordered_set into ankerl::unordered_dense::map/set variants (#3442)
2 months 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)
6 months ago
quaternion.h
chore: make yuzu REUSE compliant
4 years ago
range_map.h
[meta] fix license headers (#2547)
7 months ago
range_mutex.h
smmu: use new range mutex construction for protecting counters
2 years ago
range_sets.h
Common: Rename SplitRangeSet to OverlapRangeSet
2 years ago
range_sets.inc
[cmake] enable clang-cl and WoA builds (#348)
7 months ago
ring_buffer.h
[cmake] enable clang-cl and WoA builds (#348)
7 months ago
scm_rev.cpp.in
[frontend] Fix nightly update checker (#3444)
2 months ago
scm_rev.h
[frontend] Fix nightly update checker (#3444)
2 months ago
scope_exit.h
scope_exit: Make constexpr
2 years ago
scratch_buffer.h
Fix ScratchBuffer moves
3 years ago
settings.cpp
[frontend] Slow and Turbo modes (#3525)
2 months ago
settings.h
[settings] Set EDS to 2 as default on Windows/FreeBSD (#3532)
2 months ago
settings_common.cpp
Fix more typos
2 years ago
settings_common.h
[desktop, settings] new RendererHacks category, move to Extensions -> Extras, fix GPU accuracy naming (#3245)
3 months ago
settings_enums.h
[frontend] Slow and Turbo modes (#3525)
2 months ago
settings_input.cpp
core: hid: Split SL and SR buttons
2 years ago
settings_input.h
android: Input mapping
2 years ago
settings_setting.h
[desktop] fix audio output engine not saving (#3083)
5 months ago
signal_chain.cpp
android: Add cpu bakend gui toggle
2 years ago
signal_chain.h
Address some review comments
2 years ago
slot_vector.h
[compat] Debian stable gcc12/clang14 compilation fixes (#2763)
6 months ago
socket_types.h
ssl: Reorder inclusions
3 years ago
spin_lock.h
[common] move spinlock to pure header def (#3287)
3 months 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
[port] windows 7 support (#3105)
4 months ago
steady_clock.h
steady_clock: Introduce a real time clock
3 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)
8 months ago
string_util.h
[common, fs] include missing header introduced on #330 (#370)
8 months ago
swap.h
[common] fix formatting of swapped u32_le/u64_le for BE targets (#2998)
5 months ago
thread.cpp
[android, core] pin core threads to logical CPUs 0-3 (#3121)
2 months ago
thread.h
[android, core] pin core threads to logical CPUs 0-3 (#3121)
2 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)
6 months ago
threadsafe_queue.h
[common] use libc++ provided jthread instead of in-house one (which deadlocks on FBSD 14) (#351)
6 months ago
time_zone.cpp
Rework time service to fix time passing offline.
2 years ago
time_zone.h
common: Move system time zone string detection
3 years ago
tiny_mt.h
[meta] fix license headers (#2547)
7 months ago
tree.h
[common] Use U8 for colour of RB-tree instead of integer to save space (#228)
8 months ago
typed_address.h
Update fmt to allow for v11
1 year ago
uint128.h
[meta] fix license headers (#2547)
7 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
9 months ago
vector_math.h
[vector_math]: Use NEON intrinsics in Vec4 dot operation (#177)
8 months ago
virtual_buffer.cpp
[compat] HaikuOS port (#2805)
6 months ago
virtual_buffer.h
general: Convert source file copyright comments over to SPDX
4 years ago
wall_clock.cpp
[common, core] remove uneeded memory indirection overhead at startup (#3306)
3 months ago
wall_clock.h
[common, core] remove uneeded memory indirection overhead at startup (#3306)
3 months ago
zstd_compression.cpp
zstd: Use ZSTD_getFrameContentSize instead of ZSTD_getDecompressedSize
3 years ago
zstd_compression.h
general: Convert source file copyright comments over to SPDX
4 years ago