2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/core
Lioncash 969387a79a k_session_request: Turn C-style array into std::array
Makes for stronger typing and allows tooling bounds checks provided by
the standard library for debugging purposes.
2022-10-21 01:54:34 -04:00
..
arm core: hle: kernel: k_thread: Implement thread termination DPC. 2022-10-18 19:13:34 -07:00
crypto
debugger common: remove "yuzu:" prefix from thread names 2022-10-03 18:43:56 -04:00
file_sys savedata_factory: Detect future save data paths 2022-10-16 23:49:55 -04:00
frontend yuzu: Add 16:10 aspect ratio 2022-10-10 13:32:33 -05:00
hid general: Fix spelling of "unknown" 2022-10-16 00:46:22 -04:00
hle k_session_request: Turn C-style array into std::array 2022-10-21 01:54:34 -04:00
internal_network Merge pull request #8876 from FearlessTobi/multiplayer-part3 2022-10-01 14:53:36 -07:00
loader core/loader: Return nullptr if file is nullptr 2022-09-25 19:31:35 +01:00
memory
tools
CMakeLists.txt kernel: add KSessionRequest 2022-10-19 16:31:12 -04:00
constants.cpp
constants.h
core.cpp core: Initialize: Add missing braces. 2022-10-18 19:13:35 -07:00
core.h core: Partially persist emulation state across game boots. 2022-10-18 19:13:35 -07:00
core_timing.cpp core: core_timing: Re-initialize if single/multicore state changes. 2022-10-18 19:13:35 -07:00
core_timing.h core: core_timing: Re-initialize if single/multicore state changes. 2022-10-18 19:13:35 -07:00
core_timing_util.h
cpu_manager.cpp common: remove "yuzu:" prefix from thread names 2022-10-03 18:43:56 -04:00
cpu_manager.h
device_memory.cpp
device_memory.h core: device_memory: Templatize GetPointer(..). 2022-10-18 19:13:34 -07:00
hardware_properties.h
memory.cpp core: device_memory: Templatize GetPointer(..). 2022-10-18 19:13:34 -07:00
memory.h MemoryManager: Fix errors popping out. 2022-10-06 21:00:53 +02:00
perf_stats.cpp
perf_stats.h
reporter.cpp
reporter.h
telemetry_session.cpp
telemetry_session.h