aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/shared_memory.h
AgeCommit message (Expand)Author
2018-12-12Fix Process object leak on emulation stopJens Schmer
2018-11-19kernel/shared_memory: Make Map() and Unmap() take the target process by refer...Lioncash
2018-11-19kernel/shared_memory: Add a const qualified member function overload for GetP...Lioncash
2018-11-19kernel/shared_memory: Use 64-bit types for offset and size in CreateForAppletLioncash
2018-11-19kernel/shared_memory: Make GetPointer() take a std::size_t instead of a u32Lioncash
2018-11-19kernel/shared_memory: Make data members privateLioncash
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-08-28kernel: Eliminate kernel global stateLioncash
2018-08-03core/memory: Get rid of 3DS leftoversLioncash
2018-08-01kernel: Move object class to its own source filesLioncash
2018-07-31kernel: Remove unnecessary includesLioncash
2018-02-03svc: SharedMemory size should be 64-bits and cleanup.bunnei
2018-01-20Format: Run the new clang format on everythingJames Rowe
2017-09-30Fixed type conversion ambiguityHuw Pascoe
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-05-12HLE/Applets: Give each applet its own block of heap memory, and use that when...Subv
2016-05-12Kernel: Implemented shared memory permissions.Subv
2016-05-12Kernel/SharedMemory: Properly implemented shared memory support.Subv
2016-01-14HLE/SVC: Implement UnmapMemoryBlock.Subv
2015-08-26Core: Improve APT Shared Font hackYuri Kunde Schlesner
2015-07-12Core: Fix applet includes using iwyu.Emmanuel Gil Peyrot
2015-05-10Kernel: Capture SharedMemory attributes at creation, not when mappingYuri Kunde Schlesner
2015-02-02Kernel: Stop creating useless Handles during object creationYuri Kunde Schlesner
2015-02-02Explicitly instantiate constructors/destructors for Kernel objectsYuri Kunde Schlesner
2015-01-30shared_memory: Fix assignments in SharedMemory::MapLioncash
2015-01-30Kernel: Mark all appropriate kernel objects as "final"Yuri Kunde Schlesner
2015-01-30Kernel: Convert SharedMemory to not use HandlesYuri Kunde Schlesner
2014-12-20License changepurpasmart96
2014-12-17Merge pull request #185 from purpasmart96/mem_permbunnei
2014-11-24Remove duplicated docs/update them for changed parameters.Yuri Kunde Schlesner
2014-11-24HLE: Revamp error handling throrough the HLE codeYuri Kunde Schlesner
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Emmanuel Gil Peyrot
2014-11-18Kernel:Add missing permissions in shared memory & svcpurpasmart96
2014-07-05SharedMemory: Updated MapSharedMemory to use an enum for permissions.bunnei
2014-07-05Kernel: Added support for shared memory objects.bunnei