summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/act_u.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update ACT:U and create ACT:A (#1809)András Domonkos2016-05-181-0/+3
| | | | | | | | * Update ACT_U * Create act_a.h * Create act_a.cpp * Add service ACT:A * Add ACT:A source and header * Fix wrong header
* services: Get rid of unnecessary includesLioncash2016-02-021-1/+0
|
* services: Update some function tablesLioncash2015-12-301-3/+4
|
* 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
|
* More services & small clean upspurpasmart962014-12-261-0/+24