aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/y2r_u.cpp
Commit message (Collapse)AuthorAge
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-07
|
* Services: Initialize all state variables at bootup.Gravatar bunnei2015-05-01
|
* Services: Implemented Y2R_U::GetTransferEndEventGravatar Subv2015-02-24
| | | | Aero Porter was throwing an "Invalid Handle" fatal error without this.
* 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 y2r:u IsBusyConversionGravatar archshift2015-01-10
| | | | | 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 serviceGravatar archshift2015-01-03