summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ldr_ro.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* services: Get rid of unnecessary includesLioncash2016-02-021-1/+1
|
* core: Eliminate some unused variable warningsLioncash2015-07-291-2/+4
|
* Common: Remove common.hYuri Kunde Schlesner2015-05-071-0/+2
|
* 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.
* Merge pull request #526 from purpasmart96/citra_stubsbunnei2015-02-111-2/+62
|\ | | | | Services: Stub some functions
| * Services: Stub some functionspurpasmart962015-02-081-2/+62
| |
* | Service: Clean-up InterfaceYuri Kunde Schlesner2015-02-021-1/+1
|/
* Services: Clean up a few things and add a few function namespurpasmart962015-01-061-4/+8
|
* More services & small clean upspurpasmart962014-12-261-0/+1
|
* License changepurpasmart962014-12-211-1/+1
|
* Added stub for ldr:ro service...archshift2014-12-161-0/+28