summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/boss_u.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Services: Continue separation of services into their own folderspurpasmart962015-06-121-24/+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
|
* More services & small clean upspurpasmart962014-12-261-11/+8
|
* License changepurpasmart962014-12-211-1/+1
|
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot2014-11-191-2/+2
|
* Add missing boss:U service, needed according to Nintendo Zone logs.archshift2014-11-171-0/+28