summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/shared_memory.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* svc: SharedMemory size should be 64-bits and cleanup.bunnei2018-02-031-2/+2
* Format: Run the new clang format on everythingJames Rowe2018-01-211-5/+5
* Fixed type conversion ambiguityHuw Pascoe2017-09-301-1/+1
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-2/+0
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-21/+38
* HLE/Applets: Give each applet its own block of heap memory, and use that when creating the framebuffer shared memory block.Subv2016-05-131-1/+13
* Kernel: Implemented shared memory permissions.Subv2016-05-131-0/+6
* Kernel/SharedMemory: Properly implemented shared memory support.Subv2016-05-131-8/+20
* HLE/SVC: Implement UnmapMemoryBlock.Subv2016-01-141-0/+7
* Core: Improve APT Shared Font hackYuri Kunde Schlesner2015-08-271-0/+2
* Core: Fix applet includes using iwyu.Emmanuel Gil Peyrot2015-07-121-0/+3
* 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