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/hle
Lioncash b8e885c6e5 kernel/process: Migrate heap-related memory management out of the process class and into the vm manager
Avoids a breach of responsibilities in the interface and keeps the
direct code for memory management within the VMManager class.
2018-11-13 13:08:19 -05:00
..
kernel kernel/process: Migrate heap-related memory management out of the process class and into the vm manager 2018-11-13 13:08:19 -05:00
service Merge pull request #1670 from DarkLordZach/deterministic-rng 2018-11-12 21:10:08 -08:00
ipc.h kernel/errors: Remove now-unused, unnecessary, error codes 2018-10-24 14:58:37 -04:00
ipc_helpers.h hle_ipc: Add member function for querying the existence of a domain header 2018-10-29 23:28:04 -04:00
lock.cpp
lock.h
result.h hle/result: Make ResultVal's move constructor as noexcept 2018-08-28 09:39:50 -04:00