yuzu/src/core/hle
Subv 827f8ca3c7 Kernel: Store the program id in the Process class instead of the CodeSet class.
There may be many CodeSets per Process, so it's wasteful and overcomplicated to store the program id in each of them.
2018-03-01 19:03:53 -05:00
..
kernel Kernel: Store the program id in the Process class instead of the CodeSet class. 2018-03-01 19:03:53 -05:00
service FS: Implement MountSaveData and some of the IFile interface. 2018-03-01 19:03:53 -05:00
config_mem.cpp Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
config_mem.h Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
ipc.h hle_ipc: Add helper functions for reading and writing buffers. 2018-02-13 23:26:03 -05:00
ipc_helpers.h Fix: change check for domain order and existance of domain message header 2018-02-20 21:59:58 +03:00
lock.cpp Fix build on macOS and linux 2018-01-13 22:38:52 +00:00
lock.h Use recursive_mutex instead of mutex to fix #2902 2017-08-29 20:39:55 +12:00
result.h ResultCode: Mark any error code that isn't 0 as an error. 2018-02-27 09:44:35 -05:00
romfs.cpp apt: load shared font from system archive 2017-06-26 01:38:12 +03:00
romfs.h apt: load shared font from system archive 2017-06-26 01:38:12 +03:00
shared_page.cpp Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
shared_page.h Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00