summaryrefslogtreecommitdiff
path: root/src/core/hle/service/ptm/ptm.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: refactor server architectureGravatar Liam2023-02-211-3/+7
* service: ptm: Rewrite PSM and add TSGravatar german772022-06-281-0/+18
* hle: Remove a large amount of 3ds-specific service code.Gravatar bunnei2017-10-101-166/+0
* ResultVal: Remove MoveFrom()Gravatar Yuri Kunde Schlesner2017-06-181-1/+1
* FileSys: Move all result description to errors.hGravatar Yuri Kunde Schlesner2017-05-241-1/+2
* result: Make error description a generic integerGravatar Yuri Kunde Schlesner2017-05-241-1/+1
* use IPCHelper for PTM servicesGravatar emmaus2017-05-191-30/+36
* Merge pull request #2533 from Lectem/apt_ipchelperGravatar bunnei2017-04-061-4/+8
|\
| * IPCHelper Skip method + address comments for aptGravatar Lectem2017-03-181-1/+1
| * move push out of class body and add u8 u16 bool specializationsGravatar Lectem2017-03-181-1/+1
| * refactor APT service to use the new IPC helpersGravatar Lectem2017-03-181-4/+8
* | ptm: create SharedExtSave file before openning itGravatar wwylele2017-03-251-1/+1
|/
* Merge pull request #2292 from lioncash/boolGravatar Yuri Kunde Schlesner2016-12-091-1/+1
|\
| * ptm: Use boolean instead of integral valueGravatar Lioncash2016-12-091-1/+1
* | service: Add the ptm:s serviceGravatar Lioncash2016-12-081-0/+1
* | service: Drop '_Interface' in ptm service class namesGravatar Lioncash2016-12-081-5/+5
* | service: Add ptm::gets and ptm::sets servicesGravatar Lioncash2016-12-081-0/+4
* | ptm: Update ptm_sysm function tableGravatar Lioncash2016-12-081-1/+1
|/
* PTM & CFG: use the correct path and error code according to the new FileSys p...Gravatar wwylele2016-11-191-1/+1
* Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner2016-09-211-1/+1
* Manually tweak source formatting and then re-run clang-formatGravatar Yuri Kunde Schlesner2016-09-181-2/+1
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-12/+19
* New3DS: Minor style cleanup to #1520.Gravatar bunnei2016-05-241-2/+2
* Implement CheckNew3DS and CheckNew3DSAppGravatar JamePeng2016-04-201-1/+15
* HLE/FS: Implemented GetFormatInfoGravatar Subv2016-03-201-1/+1
* BitField: Make trivially copyable and remove assignment operatorGravatar MerryMage2016-02-121-2/+2
* Fix wrong branchGravatar Filiph Sandström2015-10-231-0/+12
* PTM: Changed the way the ptm services are handled to be like theGravatar purpasmart962015-05-111-6/+44
* FileSys: Clean-up includes, de-inline destructorsGravatar Yuri Kunde Schlesner2015-05-061-1/+2
* Services: Initialize all state variables at bootup.Gravatar bunnei2015-05-011-2/+5
* Services: Stubs and minor changesGravatar purpasmart962015-04-021-2/+2
* Services: Moved the PTM and APT services to their own folderGravatar Subv2015-03-031-0/+76