master
android: Input mapping
Rework time service to fix time passing offline.
common: fs: Expand android macros
general: conditionally compile gamemode on linux only
assert/logging: Stop the logging thread and flush the backends before crashing
timer_resolution: Set current process to High QoS
Merge pull request #12920 from t895/jni-common
general: Format licenses as per SPDX guidelines
Move to Clang Format 15
Fix address space allocator slow path to avoid OOB
General: Fix compilation for GCC
fssystem: rework for yuzu style
general: fix spelling mistakes
Enable compiler optimizations and enforce x86-64-v2 on GCC/Clang (#9442)
atomic_ops: Fix MSVC
common: make BitCast constexpr
externals: Update to fmt 10 and add format_as formatter for BitField
general: Convert source file copyright comments over to SPDX
Reimplement HardwareOpus
chore: add missing SPDX tags
Make system settings persistent across boots
CMake: Consolidate common PCH headers
Core: Initial implementation of device memory mapping
container_hash: use climits
scope_exit: Make constexpr
Move demangle impl to cpp
general: Silence -Wshadow{,-uncaptured-local} warnings
chore: make yuzu REUSE compliant
common: dynamic_library: Add ctor for existing handle.
jit: add support for relr-type relocations
common: error: Fix for Android.
common/fiber: make fibers easier to use
common: Add free region manager
Refactor VideoCore to use AS sepparate from Channel.
heap_tracker: use linear-time mapping eviction
service: fs: Skip non user id folders
core: track separate heap allocation for linux
input_common: Remove duplicated DriverResult enum
common: add intrusive list type
general: fixes for gcc 13
code: dodge PAGE_SIZE #define
General: address feedback
nvidia_flags: Enable GL Threaded optimizations
Address review comments and fix compilation problems
kernel: add KPageTableBase
Silence std::aligned_storage warnings as it's deprecated in C++23, replace it with alignas() and a C array
common/polyfill_thread: use std::forward where appropriate, qualify std::move calls
Fixes 'Continous' typo
smmu: use new range mutex construction for protecting counters
Common: Rename SplitRangeSet to OverlapRangeSet
common/ring_buffer: Include <limits> header
Fix ScratchBuffer moves
general: add default configurations for applet mode
Merge pull request #13159 from liamwhite/web-error
Fix more typos
vulkan_device: don't use fixed cap for memory limits
core: hid: Split SL and SR buttons
android: Refactor settings to expose more options
android: Add cpu bakend gui toggle
Address some review comments
VideoCore: Move Slot Vector to Common
ssl: Reorder inclusions
cmake: prefer system stb headers
(wall, native)_clock: Rework NativeClock
steady_clock: Introduce a real time clock
audio: rewrite IAudioDevice
Warnings cleanup for GCC 13 and Clang 16
x64: Add detection of monitorx instructions
common: use SetThreadDescription API for thread names
general: remove atomic signal and wait
general: fix compile for Apple Clang
common: Move system time zone string detection
typed_address: test values are unsigned
common: remove unneeded x86-specific header
Fix potentially uninitialized local variable warning
input_common: Add property to invert an axis button
zstd: Use ZSTD_getFrameContentSize instead of ZSTD_getDecompressedSize