summaryrefslogtreecommitdiff
path: root/src/core/hle/service/ptm/ptm.cpp
AgeCommit message (Expand)Author
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2023-02-21service: refactor server architectureLiam
2022-06-28service: ptm: Rewrite PSM and add TSgerman77
2017-10-10hle: Remove a large amount of 3ds-specific service code.bunnei
2017-06-18ResultVal: Remove MoveFrom()Yuri 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-19use IPCHelper for PTM servicesemmaus
2017-04-06Merge pull request #2533 from Lectem/apt_ipchelperbunnei
2017-03-25ptm: create SharedExtSave file before openning itwwylele
2017-03-18IPCHelper Skip method + address comments for aptLectem
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
2016-12-09Merge pull request #2292 from lioncash/boolYuri Kunde Schlesner
2016-12-09ptm: Use boolean instead of integral valueLioncash
2016-12-08service: Add the ptm:s serviceLioncash
2016-12-08service: Drop '_Interface' in ptm service class namesLioncash
2016-12-08service: Add ptm::gets and ptm::sets servicesLioncash
2016-12-08ptm: Update ptm_sysm function tableLioncash
2016-11-19PTM & CFG: use the correct path and error code according to the new FileSys p...wwylele
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner
2016-09-18Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-05-24New3DS: Minor style cleanup to #1520.bunnei
2016-04-20Implement CheckNew3DS and CheckNew3DSAppJamePeng
2016-03-20HLE/FS: Implemented GetFormatInfoSubv
2016-02-12BitField: Make trivially copyable and remove assignment operatorMerryMage
2015-10-23Fix wrong branchFiliph Sandström
2015-05-11PTM: Changed the way the ptm services are handled to be like thepurpasmart96
2015-05-06FileSys: Clean-up includes, de-inline destructorsYuri Kunde Schlesner
2015-05-01Services: Initialize all state variables at bootup.bunnei
2015-04-02Services: Stubs and minor changespurpasmart96
2015-03-03Services: Moved the PTM and APT services to their own folderSubv