summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/shared_memory.h (unfollow)
Commit message (Expand)AuthorFilesLines
2015-05-11Kernel: Capture SharedMemory attributes at creation, not when mappingYuri Kunde Schlesner1-7/+18
2015-02-02Kernel: Stop creating useless Handles during object creationYuri Kunde Schlesner1-1/+1
2015-02-02Explicitly instantiate constructors/destructors for Kernel objectsYuri Kunde Schlesner1-1/+2
2015-01-30shared_memory: Fix assignments in SharedMemory::MapLioncash1-1/+1
2015-01-30Kernel: Mark all appropriate kernel objects as "final"Yuri Kunde Schlesner1-1/+1
2015-01-30Kernel: Convert SharedMemory to not use HandlesYuri Kunde Schlesner1-24/+36
2014-12-21License changepurpasmart961-1/+1
2014-11-24Remove duplicated docs/update them for changed parameters.Yuri Kunde Schlesner1-1/+0
2014-11-24HLE: Revamp error handling throrough the HLE codeYuri Kunde Schlesner1-2/+2
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot1-2/+2
2014-11-19Kernel:Add missing permissions in shared memory & svcpurpasmart961-5/+9
2014-07-05SharedMemory: Updated MapSharedMemory to use an enum for permissions.bunnei1-1/+11
2014-07-05Kernel: Added support for shared memory objects.bunnei1-0/+38