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 73bb87c06b kernel/process: Move name and system context to the bottom of the member list
These aren't directly important or commonly used within the process, so
we can move these to the bottom to allow everything else to be more
likely to be within a cache line.
2020-07-15 13:40:18 -04:00
..
arm configure_cpu: Show/Hide debugging options 2020-07-11 16:38:38 +01:00
crypto KeyManager: Prevent writing of invalid keys 2020-07-10 00:39:00 -04:00
file_sys Merge pull request #4282 from Morph1984/fs-size 2020-07-14 12:16:42 -04:00
frontend configuration: implement per-game configurations (#4098) 2020-07-09 22:42:09 -04:00
gdbstub General: Cleanup legacy code. 2020-06-27 11:36:05 -04:00
hle kernel/process: Move name and system context to the bottom of the member list 2020-07-15 13:40:18 -04:00
loader loader: nro: Fix process initialization using ProgramMetadata default. 2020-04-20 18:19:45 -04:00
memory
tools
CMakeLists.txt externals: Track opus as submodule instead of using conan 2020-07-01 15:09:33 +10:00
constants.cpp constants: Extract backup JPEG used by account services 2019-06-07 17:46:57 -04:00
constants.h
core.cpp configuration: implement per-game configurations (#4098) 2020-07-09 22:42:09 -04:00
core.h Core/Common: Address Feedback. 2020-06-27 18:20:06 -04:00
core_timing.cpp core_timing,scheduler: Use std::scoped_lock when possible 2020-06-28 21:42:57 -03:00
core_timing.h
core_timing_util.cpp
core_timing_util.h
cpu_manager.cpp
cpu_manager.h
device_memory.cpp
device_memory.h
hardware_interrupt_manager.cpp
hardware_interrupt_manager.h
hardware_properties.h
memory.cpp memory: Set page-table pointers before setting attribute = Memory 2020-07-05 12:54:19 +01:00
memory.h
perf_stats.cpp configuration: implement per-game configurations (#4098) 2020-07-09 22:42:09 -04:00
perf_stats.h
reporter.cpp
reporter.h
settings.cpp configuration: implement per-game configurations (#4098) 2020-07-09 22:42:09 -04:00
settings.h Merge pull request #4294 from MerryMage/cpu-opt-settings 2020-07-14 12:38:03 -04:00
telemetry_session.cpp configuration: implement per-game configurations (#4098) 2020-07-09 22:42:09 -04:00
telemetry_session.h