yuzu/src/core
Lioncash e05d2a70b2 common/input: Avoid numerous large copies of CallbackStatus
CallbackStatus instances aren't the cheapest things to copy around
(relative to everything else), given that they're currently 520 bytes in
size and are currently copied numerous times when callbacks are invoked.

Instead, we can pass the status by const reference to avoid all the
copying.
2021-12-13 21:22:02 -05:00
..
arm
crypto
file_sys
frontend
hid common/input: Avoid numerous large copies of CallbackStatus 2021-12-13 21:22:02 -05:00
hle Remove erroneous #pragma once 2021-12-13 16:49:01 +03:00
loader loader: Support loading subsdk{8,9} 2021-12-05 23:07:50 -05:00
memory npad: Return NpadButton in GetAndResetPressState 2021-11-29 19:21:51 -05:00
network
tools
CMakeLists.txt Merge pull request #7462 from bunnei/kernel-improve-scheduling 2021-12-12 22:43:25 -08:00
constants.cpp
constants.h
core_timing_util.h
core_timing.cpp
core_timing.h
core.cpp core: hle: kernel: Reflect non-emulated threads as core 3. 2021-12-06 16:39:16 -08:00
core.h core: hle: kernel: Reflect non-emulated threads as core 3. 2021-12-06 16:39:16 -08:00
cpu_manager.cpp core: hle: kernel: Disable dispatch count tracking on single core. 2021-12-06 16:39:17 -08:00
cpu_manager.h
device_memory.cpp
device_memory.h
hardware_interrupt_manager.cpp
hardware_interrupt_manager.h
hardware_properties.h
memory.cpp
memory.h
perf_stats.cpp
perf_stats.h general: Replace high_resolution_clock with steady_clock 2021-12-02 14:20:43 -05:00
reporter.cpp
reporter.h
telemetry_session.cpp
telemetry_session.h