summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am_app.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Services: Continue separation of services into their own folderspurpasmart962015-06-121-23/+0
|
* Asserts: break/crash program, fit to style guide; log.h->assert.harchshift2015-02-111-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.
* Service: Clean-up InterfaceYuri Kunde Schlesner2015-02-021-1/+1
|
* License changepurpasmart962014-12-211-1/+1
|
* Comment out empty arrays causing compile errors in MSVCYuri Kunde Schlesner2014-12-161-3/+4
|
* Added am:app service stub.archshift2014-12-161-0/+23
Apparently nothing at all is known about this service...