summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/shared_memory.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Kernel: Capture SharedMemory attributes at creation, not when mappingYuri Kunde Schlesner2015-05-111-7/+18
* Kernel: Stop creating useless Handles during object creationYuri Kunde Schlesner2015-02-021-1/+1
* Explicitly instantiate constructors/destructors for Kernel objectsYuri Kunde Schlesner2015-02-021-1/+2
* shared_memory: Fix assignments in SharedMemory::MapLioncash2015-01-301-1/+1
* Kernel: Mark all appropriate kernel objects as "final"Yuri Kunde Schlesner2015-01-301-1/+1
* Kernel: Convert SharedMemory to not use HandlesYuri Kunde Schlesner2015-01-301-24/+36
* License changepurpasmart962014-12-211-1/+1
* Merge pull request #185 from purpasmart96/mem_permbunnei2014-12-181-5/+9
|\
| * Kernel:Add missing permissions in shared memory & svcpurpasmart962014-11-191-5/+9
* | Remove duplicated docs/update them for changed parameters.Yuri Kunde Schlesner2014-11-241-1/+0
* | HLE: Revamp error handling throrough the HLE codeYuri Kunde Schlesner2014-11-241-2/+2
* | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot2014-11-191-2/+2
|/
* SharedMemory: Updated MapSharedMemory to use an enum for permissions.bunnei2014-07-051-1/+11
* Kernel: Added support for shared memory objects.bunnei2014-07-051-0/+38