summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/shared_memory.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix two format strings.Lioncash2014-11-141-1/+1
* Add `override` keyword through the code.Yuri Kunde Schlesner2014-10-261-3/+3
* Core: Alter the kernel string functions to use std::string instead of const char*.Lioncash2014-08-181-1/+1
* SharedMemory: Updated MapSharedMemory to use an enum for permissions.bunnei2014-07-051-5/+16
* Kernel: Added support for shared memory objects.bunnei2014-07-051-0/+94