summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/y2r_u.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Services: Implemented Y2R_U::GetTransferEndEventSubv2015-02-241-1/+18
| | | | Aero Porter was throwing an "Invalid Handle" fatal error without this.
* 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
|
* Stubbed y2r:u IsBusyConversionarchshift2015-01-111-1/+16
| | | | | There is no documentation available on this function, but we set the result to false as a stub. This allows Super Little Acorns to move all the way in game with pp3c.
* Stub the y2r:u servicearchshift2015-01-031-0/+45