aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/ipc_helpers.h
AgeCommit message (Expand)Author
2017-10-17ipc_helpers: Fix alignment (was wrong as a result of a dynarmic bug).bunnei
2017-10-15hle: Implement ConvertSessionToDomain, various cleanups.bunnei
2017-10-14hle: Initial implementation of NX service framework and IPC.bunnei
2017-09-30Fixed type conversion ambiguityHuw Pascoe
2017-06-11Kernel: Allow clearing request_objects to re-use buffer spaceYuri Kunde Schlesner
2017-06-11IPC: Add Pop/PushObjects methods to RequestParser/BuilderYuri Kunde Schlesner
2017-06-11IPC: Add basic HLERequestContext support to RequestParser/BuilderYuri Kunde Schlesner
2017-05-29Kernel: Move HandleTable to a separate fileYuri Kunde Schlesner
2017-03-18IPCHelper Skip method + address comments for aptLectem
2017-03-18fix #2560 and other commentsLectem
2017-03-18move push out of class body and add u8 u16 bool specializationsLectem
2017-03-18refactor APT service to use the new IPC helpersLectem
2017-02-05fix wwylele's comment and use typename in templatesLectem
2016-12-26move Pop methods out of class bodyLectem
2016-12-26IPC helpersLectem