summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/mic_u.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* core: fix mic_u warnings on MSVCKloen2017-01-231-4/+4
|
* Fix some warnings (#2399)Jonathan Hao2017-01-041-2/+3
|
* core: Remove HLE module, consolidate code & various cleanups.bunnei2016-12-221-1/+2
|
* Add all services to the Service namespaceLioncash2016-12-111-26/+22
| | | | | Previously there was a split where some of the services were in the Service namespace and others were not.
* Set client SDK version to Service APIsmailwl2016-11-301-1/+19
|
* Output parameters to logmailwl2016-11-251-4/+6
|
* MIC_U: Stub service funcionsmailwl2016-11-251-16/+304
|
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-16/+16
|
* services: Get rid of unnecessary includesLioncash2016-02-021-1/+0
|
* services: Update some function tablesLioncash2015-12-301-5/+5
|
* 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-3/+0
|
* 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-1/+1
|
* Added a bunch of servicespurpasmart962014-11-011-0/+43