suyu/src/core/hle
Lioncash 496c67fd73 kernel/svc: Sanitize addresses and sizes within svcMapMemory() and svcUnmapMemory()
The kernel checks if the addresses and given size is 4KB aligned before
continuing onwards to map the memory.
2018-09-13 21:34:54 -04:00
..
kernel kernel/svc: Sanitize addresses and sizes within svcMapMemory() and svcUnmapMemory() 2018-09-13 21:34:54 -04:00
service Merge pull request #1297 from lioncash/pl 2018-09-12 16:03:53 -04:00
ipc.h ipc: minor fix 2018-09-13 11:59:23 -05:00
ipc_helpers.h kernel: Eliminate kernel global state 2018-08-28 22:31:51 -04: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 hle/result: Make ResultVal's move constructor as noexcept 2018-08-28 09:39:50 -04:00