summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ptm/ptm_play.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-12-08service: Add common ptm:u commands to other ptm servicesLioncash1-0/+18
3dbrew indicates that all services have access to these commands except for ptm:sets.
2016-12-08service: Drop '_Interface' in ptm service class namesLioncash1-1/+1
Inheriting from Service::Interface makes this obvious.
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-4/+4
2016-02-02services: Get rid of unnecessary includesLioncash1-1/+0
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot1-1/+1
2015-05-12PTM: Changed the way the ptm services are handled to be like thepurpasmart961-4/+4
IR, HID, and APT services.
2015-03-04Services: Moved the PTM and APT services to their own folderSubv1-10/+6
This coincidentally fixes an issue about the PTM service failing to create its SharedExtSaveData archive due to the FS service not being initialized by the time the creating code runs. Ideally I'd like to move each process to its own folder, and have a single file per process that registers the service classes, which would be in their own files inside that folder. Then each service class would just call functions from the process to complete the commands.
2015-02-11Asserts: break/crash program, fit to style guide; log.h->assert.harchshift1-1/+0
Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time) As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing) Also removed some GEKKO cruft.
2015-02-02Service: Clean-up InterfaceYuri Kunde Schlesner1-1/+1
2015-01-21Stubbed ptm:play servicearchshift1-6/+9
2014-12-26More services & small clean upspurpasmart961-10/+8
2014-12-21License changepurpasmart961-1/+1
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot1-2/+2
2014-11-02Added stub err:f service.archshift1-0/+27