summaryrefslogtreecommitdiff
path: root/src/tests/core/hle
AgeCommit message (Collapse)Author
2017-10-14hle: Initial implementation of NX service framework and IPC.bunnei
2017-09-30nso: Refactor and allocate .bss section.bunnei
2017-06-22Kernel: Fix typo in test nameYuri Kunde Schlesner
2017-06-21Kernel/IPC: Support translation of null handlesYuri Kunde Schlesner
Missed this in my first implementation. Thanks to @wwylele for pointing out that this was missing.
2017-06-18Kernel/IPC: Add tests for HLERequestContext buffer translationYuri Kunde Schlesner