summaryrefslogtreecommitdiff
path: root/src/core/hle/service/ptm (follow)
Commit message (Expand)AuthorAgeFilesLines
* psm: Mark as debug instead of warningGravatar David Marcec2020-04-291-7/+14
* psm: Stub GetChargerTypeGravatar Zach Hilman2018-10-212-24/+27
* psm: Stub GetBatteryChargePercentageGravatar Zach Hilman2018-10-202-1/+14
* service: Add skeleton for psm serviceGravatar Zach Hilman2018-10-202-0/+70
* hle: Remove a large amount of 3ds-specific service code.Gravatar bunnei2017-10-1012-605/+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-193-31/+45
* Merge pull request #2533 from Lectem/apt_ipchelperGravatar bunnei2017-04-062-4/+10
|\
| * 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-182-4/+10
* | 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-083-0/+14
* | service: Add common ptm:u commands to other ptm servicesGravatar Lioncash2016-12-084-0/+54
* | service: Drop '_Interface' in ptm service class namesGravatar Lioncash2016-12-087-14/+14
* | service: Add ptm::gets and ptm::sets servicesGravatar Lioncash2016-12-085-0/+86
* | ptm: Update ptm_sysm function tableGravatar Lioncash2016-12-083-6/+7
|/
* 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-213-3/+3
* Manually tweak source formatting and then re-run clang-formatGravatar Yuri Kunde Schlesner2016-09-183-4/+3
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-186-74/+82
* New3DS: Minor style cleanup to #1520.Gravatar bunnei2016-05-241-2/+2
* Implement CheckNew3DS and CheckNew3DSAppGravatar JamePeng2016-04-203-3/+25
* HLE/FS: Implemented GetFormatInfoGravatar Subv2016-03-201-1/+1
* BitField: Make trivially copyable and remove assignment operatorGravatar MerryMage2016-02-121-2/+2
* services: Get rid of unnecessary includesGravatar Lioncash2016-02-024-8/+4
* services: Update some function tablesGravatar Lioncash2015-12-301-1/+2
* Fix copy pasteGravatar Filiph Sandström2015-10-241-1/+1
* Fix wrong branchGravatar Filiph Sandström2015-10-231-0/+12
* Add GetTotalStepCount StubGravatar Filiph Sandström2015-10-231-1/+1
* Update ptm.hGravatar Filiph Sandström2015-10-231-0/+8
* Remove every trailing whitespace from the project (but externals).Gravatar Emmanuel Gil Peyrot2015-05-292-4/+4
* PTM: Changed the way the ptm services are handled to be like theGravatar purpasmart962015-05-115-125/+112
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-071-1/+1
* 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
* ptm_sysm: Add static specifier to IsLegacyPowerOffGravatar Lioncash2015-04-241-1/+1
* Services: Stubs and minor changesGravatar purpasmart962015-04-022-4/+4
* Services: Moved the PTM and APT services to their own folderGravatar Subv2015-03-038-0/+392