yuzu/src/core
2024-01-18 21:12:30 -05:00
..
arm core: Support multiple modules per patcher 2024-01-15 00:46:05 +02:00
crypto key_manager: Remove uncaught usage of stoul 2023-09-13 13:36:25 -04:00
debugger kernel: fix debugger and process list lifetime 2024-01-12 18:31:33 -05:00
file_sys fsp-srv: use program registry for SetCurrentProcess 2024-01-11 11:28:52 -05:00
frontend service: hid: Create abstracted pad structure 2024-01-11 19:35:04 -06:00
hle SMMU: Add Android compatibility 2024-01-18 21:12:30 -05:00
internal_network internal_network: log error on interrupt pipe read failure 2023-09-08 14:00:07 -04:00
loader Merge pull request #12677 from GPUCode/whyy-modders 2024-01-15 13:52:38 -05:00
memory hid_core: Move hid to it's own subproject 2024-01-05 11:41:15 -06:00
tools core_timing: remove user data value 2023-12-23 15:36:44 -05:00
CMakeLists.txt GPU-SMMU: Estimate game leak and preallocate device region. 2024-01-18 21:12:30 -05:00
constants.cpp
constants.h
core.cpp SMMU: Initial adaptation to video_core. 2024-01-18 21:12:30 -05:00
core.h SMMU: Initial adaptation to video_core. 2024-01-18 21:12:30 -05:00
core_timing.cpp core_timing: block advance thread while clearing and signal after 2023-12-23 15:36:46 -05:00
core_timing.h core_timing: handle concurrent unscheduling of looping events 2023-12-23 15:36:46 -05:00
cpu_manager.cpp core: refactor emulated cpu core activation 2023-12-04 10:37:16 -05:00
cpu_manager.h Fix typos in src/core (#12625) 2024-01-08 13:31:48 -06:00
device_memory.cpp core: Define HAS_NCE macro 2023-11-25 00:47:36 -05:00
device_memory.h Core: Initial implementation of device memory mapping 2024-01-18 21:12:30 -05:00
device_memory_manager.h SMMU: Simplify and remove old code. 2024-01-18 21:12:30 -05:00
device_memory_manager.inc SMMU: Simplify and remove old code. 2024-01-18 21:12:30 -05:00
gpu_dirty_memory_manager.h SMMU: Initial adaptation to video_core. 2024-01-18 21:12:30 -05:00
guest_memory.h SMMU: Initial adaptation to video_core. 2024-01-18 21:12:30 -05:00
hardware_properties.h
memory.cpp SMMU: Add Android compatibility 2024-01-18 21:12:30 -05:00
memory.h SMMU: Add Android compatibility 2024-01-18 21:12:30 -05:00
perf_stats.cpp
perf_stats.h
precompiled_headers.h CMake: Consolidate common PCH headers 2022-11-30 18:30:30 -05:00
reporter.cpp core: refactor emulated cpu core activation 2023-12-04 10:37:16 -05:00
reporter.h
telemetry_session.cpp general: Use console mode helper across project 2023-08-22 21:58:23 -04:00
telemetry_session.h