summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/shared_memory.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix two format strings.Lioncash2014-11-141-1/+1
|
* Add `override` keyword through the code.Yuri Kunde Schlesner2014-10-261-3/+3
| | | | This was automated using `clang-modernize`.
* Core: Alter the kernel string functions to use std::string instead of const char*.Lioncash2014-08-181-1/+1
| | | | Most functions already operate on std::strings. This also removes the need to manually null terminate thread names.
* SharedMemory: Updated MapSharedMemory to use an enum for permissions.bunnei2014-07-051-5/+16
| | | | - Also added some safety checks to MapSharedMemory.
* Kernel: Added support for shared memory objects.bunnei2014-07-051-0/+94
SharedMemory: Added optional name field for tracking known objects.