You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yuzu/src/common
liamwhite 79edad2533
Merge pull request #13159 from liamwhite/web-error
core: enable error applet, add stubs for web applet
2 years ago
..
android android: Input mapping 2 years ago
arm64 Rework time service to fix time passing offline. 2 years ago
fs common: fs: Expand android macros 2 years ago
linux general: conditionally compile gamemode on linux only 2 years ago
logging assert/logging: Stop the logging thread and flush the backends before crashing 2 years ago
windows timer_resolution: Set current process to High QoS 3 years ago
x64 Rework time service to fix time passing offline. 2 years ago
CMakeLists.txt Merge pull request #12920 from t895/jni-common 2 years ago
address_space.cpp
address_space.h Move to Clang Format 15 3 years ago
address_space.inc Fix address space allocator slow path to avoid OOB 2 years ago
algorithm.h
alignment.h fssystem: rework for yuzu style 2 years ago
announce_multiplayer_room.h general: fix spelling mistakes 3 years ago
assert.cpp assert/logging: Stop the logging thread and flush the backends before crashing 2 years ago
assert.h
atomic_helpers.h Move to Clang Format 15 3 years ago
atomic_ops.h atomic_ops: Fix MSVC 2 years ago
bit_cast.h common: make BitCast constexpr 3 years ago
bit_field.h externals: Update to fmt 10 and add format_as formatter for BitField 2 years ago
bit_set.h
bit_util.h Move to Clang Format 15 3 years ago
bounded_threadsafe_queue.h Reimplement HardwareOpus 2 years ago
cityhash.cpp
cityhash.h
common_funcs.h Make system settings persistent across boots 2 years ago
common_precompiled_headers.h
common_types.h Core: Initial implementation of device memory mapping 2 years ago
concepts.h Move to Clang Format 15 3 years ago
container_hash.h container_hash: use climits 3 years ago
demangle.cpp scope_exit: Make constexpr 2 years ago
demangle.h Move demangle impl to cpp 3 years ago
detached_tasks.cpp general: Silence -Wshadow{,-uncaptured-local} warnings 2 years ago
detached_tasks.h
div_ceil.h Move to Clang Format 15 3 years ago
dynamic_library.cpp common: dynamic_library: Add ctor for existing handle. 2 years ago
dynamic_library.h common: dynamic_library: Add ctor for existing handle. 2 years ago
elf.h jit: add support for relr-type relocations 2 years ago
error.cpp common: error: Fix for Android. 2 years ago
error.h
expected.h Move to Clang Format 15 3 years ago
fiber.cpp general: fix spelling mistakes 3 years ago
fiber.h
fixed_point.h general: fix spelling mistakes 3 years ago
free_region_manager.h common: Add free region manager 2 years ago
hash.h
heap_tracker.cpp heap_tracker: use linear-time mapping eviction 2 years ago
heap_tracker.h heap_tracker: use linear-time mapping eviction 2 years ago
hex_util.cpp
hex_util.h service: fs: Skip non user id folders 2 years ago
host_memory.cpp scope_exit: Make constexpr 2 years ago
host_memory.h core: track separate heap allocation for linux 2 years ago
input.h input_common: Remove duplicated DriverResult enum 2 years ago
intrusive_list.h common: add intrusive list type 2 years ago
intrusive_red_black_tree.h general: fixes for gcc 13 3 years ago
literals.h
lru_cache.h
lz4_compression.cpp fssystem: rework for yuzu style 2 years ago
lz4_compression.h fssystem: rework for yuzu style 2 years ago
make_unique_for_overwrite.h Move to Clang Format 15 3 years ago
math_util.h
memory_detect.cpp
memory_detect.h Rework time service to fix time passing offline. 2 years ago
microprofile.cpp
microprofile.h
microprofileui.h
multi_level_page_table.cpp
multi_level_page_table.h
multi_level_page_table.inc
nvidia_flags.cpp nvidia_flags: Enable GL Threaded optimizations 2 years ago
nvidia_flags.h
overflow.h Address review comments and fix compilation problems 2 years ago
page_table.cpp scope_exit: Make constexpr 2 years ago
page_table.h kernel: add KPageTableBase 2 years ago
param_package.cpp
param_package.h
parent_of_member.h
point.h
polyfill_ranges.h Move to Clang Format 15 3 years ago
polyfill_thread.h common/polyfill_thread: use std::forward where appropriate, qualify std::move calls 2 years ago
precompiled_headers.h
quaternion.h
range_map.h Fixes 'Continous' typo 3 years 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 Common: Rename SplitRangeSet to OverlapRangeSet 2 years ago
reader_writer_queue.h
ring_buffer.h common/ring_buffer: Include <limits> header 2 years ago
scm_rev.cpp.in
scm_rev.h
scope_exit.h scope_exit: Make constexpr 2 years ago
scratch_buffer.h Fix ScratchBuffer moves 2 years ago
settings.cpp general: add default configurations for applet mode 2 years ago
settings.h Merge pull request #13159 from liamwhite/web-error 2 years ago
settings_common.cpp Fix more typos 2 years ago
settings_common.h general: add default configurations for applet mode 2 years ago
settings_enums.h vulkan_device: don't use fixed cap for memory limits 2 years 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 android: Refactor settings to expose more options 2 years 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 VideoCore: Move Slot Vector to Common 2 years ago
socket_types.h ssl: Reorder inclusions 2 years ago
spin_lock.cpp
spin_lock.h
stb.cpp cmake: prefer system stb headers 2 years ago
stb.h cmake: prefer system stb headers 2 years ago
steady_clock.cpp (wall, native)_clock: Rework NativeClock 2 years ago
steady_clock.h steady_clock: Introduce a real time clock 3 years ago
stream.cpp
stream.h
string_util.cpp audio: rewrite IAudioDevice 2 years ago
string_util.h audio: rewrite IAudioDevice 2 years ago
swap.h Warnings cleanup for GCC 13 and Clang 16 2 years ago
telemetry.cpp x64: Add detection of monitorx instructions 2 years ago
telemetry.h
thread.cpp common: use SetThreadDescription API for thread names 2 years ago
thread.h general: remove atomic signal and wait 2 years ago
thread_queue_list.h
thread_worker.h
threadsafe_queue.h
time_zone.cpp Rework time service to fix time passing offline. 2 years ago
time_zone.h common: Move system time zone string detection 2 years ago
tiny_mt.h
tree.h Move to Clang Format 15 3 years ago
typed_address.h typed_address: test values are unsigned 2 years ago
uint128.h
unique_function.h
uuid.cpp Fix potentially uninitialized local variable warning 2 years ago
uuid.h Rework time service to fix time passing offline. 2 years ago
vector_math.h input_common: Add property to invert an axis button 2 years ago
virtual_buffer.cpp
virtual_buffer.h
wall_clock.cpp Rework time service to fix time passing offline. 2 years ago
wall_clock.h Rework time service to fix time passing offline. 2 years ago
zstd_compression.cpp zstd: Use ZSTD_getFrameContentSize instead of ZSTD_getDecompressedSize 3 years ago
zstd_compression.h