aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/cam_u.cpp
Commit message (Collapse)AuthorAge
* Services: Continue separation of services into their own foldersGravatar purpasmart962015-06-11
|
* Remove every trailing whitespace from the project (but externals).Gravatar Emmanuel Gil Peyrot2015-05-29
|
* Asserts: break/crash program, fit to style guide; log.h->assert.hGravatar archshift2015-02-10
| | | | | | | 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 InterfaceGravatar Yuri Kunde Schlesner2015-02-02
|
* Stubbed cam:u serviceGravatar archshift2015-01-21