aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/shared_memory.cpp
AgeCommit message (Expand)Author
2014-12-28Kernel: New handle managerYuri Kunde Schlesner
2014-12-28Kernel: Replace GetStaticHandleType by HANDLE_TYPE constantsYuri Kunde Schlesner
2014-12-28Rename ObjectPool to HandleTableYuri Kunde Schlesner
2014-12-20License changepurpasmart96
2014-12-13Convert old logging calls to new logging macrosYuri Kunde Schlesner
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-14Fix two format strings.Lioncash
2014-10-26Add `override` keyword through the code.Yuri Kunde Schlesner
2014-08-17Core: Alter the kernel string functions to use std::string instead of const c...Lioncash
2014-07-05SharedMemory: Updated MapSharedMemory to use an enum for permissions.bunnei
2014-07-05Kernel: Added support for shared memory objects.bunnei