aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service
AgeCommit message (Expand)Author
2017-06-13Services/UDS: Set the proper bit in the ConnectionStatus structure when creat...Sebastian Valle
2017-06-11Kernel: Basic support for IPC translation for HLE servicesYuri Kunde Schlesner
2017-06-11Service/sm: Convert srv: to use IPC helpersYuri Kunde Schlesner
2017-06-11ServiceFramework: Use separate copy of command bufferYuri Kunde Schlesner
2017-06-08Merge pull request #2756 from yuriks/service-frameworkYuri Kunde Schlesner
2017-06-08Service/sm: Convert 'srv:' to ServiceFrameworkYuri Kunde Schlesner
2017-06-08Service: Remove a few redundant namespace qualifiersYuri Kunde Schlesner
2017-06-08Service: Add new ServiceFramework framework for writing HLE servicesYuri Kunde Schlesner
2017-06-07Merge pull request #2737 from Subv/decryptbeacondataJames Rowe
2017-06-06Services/UDS: Implement DecryptBeaconData.Subv
2017-06-06Service: Remove unnecessary includes from service.hYuri Kunde Schlesner
2017-06-06Service: Make service registration part of the sm implementationYuri Kunde Schlesner
2017-06-06Service/sm: Use an actual semaphore for the notification semaphoreYuri Kunde Schlesner
2017-06-06Service: Move SRV interface to a new sm/ subdirectoryYuri Kunde Schlesner
2017-06-06Kernel: Add a dedicated SetHleHandler method to ServerPort/ServerSessionYuri Kunde Schlesner
2017-06-05HLE: Move SessionRequestHandler from Service:: to Kernel::Yuri Kunde Schlesner
2017-06-02Addressed Bunnei's review comments, and made some other tweaks:TheKoopaKingdom
2017-06-02Switched to the ERROR_NOT_FOUND constant from errors.h.TheKoopaKingdom
2017-06-02Moved whitelist checks from FS_User to the Archive_NCCH handler.TheKoopaKingdom
2017-06-02Created a whitelist of system archives to prevent false positives creating di...TheKoopaKingdom
2017-06-02Made some changes from review comments:TheKoopaKingdom
2017-06-02Added system for handling core errors in citra-qt.TheKoopaKingdom
2017-05-31Merge pull request #2722 from wwylele/cam-ipc-helperbunnei
2017-05-29Kernel: Move HandleTable to a separate fileYuri Kunde Schlesner
2017-05-27Core: Fix some out-of-style includesYuri Kunde Schlesner
2017-05-27fixup!cam: use IPCHelperwwylele
2017-05-24FS: Remove unused result definitionYuri Kunde Schlesner
2017-05-24Kernel: Centralize error definitions in errors.hYuri Kunde Schlesner
2017-05-24GSP_GPU: Move error codes from result.h to local fileYuri Kunde Schlesner
2017-05-24FileSys: Move all result description to errors.hYuri Kunde Schlesner
2017-05-24result: Make error description a generic integerYuri Kunde Schlesner
2017-05-24cam: move u32->u8 trancation to IPCHelperwwylele
2017-05-24cam: use IPCHelperwwylele
2017-05-19Merge pull request #2661 from Subv/uds5bunnei
2017-05-19use IPCHelper for PTM servicesemmaus
2017-05-15Services/UDS: Use the new IPC helper functions.Subv
2017-05-15Services/UDS: Implement RecvBeaconBroadcastData.Subv
2017-05-15Services/UDS: Generate the UDS beacons when the beacon callback fires.Subv
2017-05-10Merge pull request #2676 from wwylele/irrstbunnei
2017-05-07fixup!ir: implement new 3ds HID via ir:rstwwylele
2017-05-05Create a random console_unique_id (#2668)B3n30
2017-05-04ir: implement new 3ds HID via ir:rstwwylele
2017-05-03Merge pull request #2606 from wwylele/irbunnei
2017-05-03ir: implement circle pad prowwylele
2017-04-18Merge pull request #2532 from wwylele/ldrro-ipcYuri Kunde Schlesner
2017-04-17ldr_ro: use IPC helperwwylele
2017-04-13Merge pull request #2659 from MerryMage/dsp_dsp-correctionbunnei
2017-04-12dsp_dsp: Messages are modified by service before being sent to DSPMerryMage
2017-04-12Merge pull request #2628 from Subv/udsSebastian Valle
2017-04-06Merge pull request #2533 from Lectem/apt_ipchelperbunnei