summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/y2r_u.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add helpers to create IPC command buffer headers and descriptorsYuri Kunde Schlesner2015-06-231-5/+5
|
* Y2R: Rework conversion process, enabling support for all formatsYuri Kunde Schlesner2015-06-221-163/+213
|
* Y2R: Re-organize how params are stored. Support SetConversionParamsYuri Kunde Schlesner2015-06-211-72/+100
|
* y2r_u: Remove unused variable in StartConversionLioncash2015-05-231-1/+0
|
* Flush for y2r (moflex)tfarley2015-05-231-0/+11
|
* Service::Y2R: Support for grayscale decoding of specific formatsYuri Kunde Schlesner2015-05-221-35/+265
| | | | | | | | | | | | Implements unrotated planar YUV 4:2:0 -> RGB24 conversions in Y2R. Currently only the Y (luma) channel is used, so the results don't contain color. This will be added in a later PR at some point. This is enough to get all currently know Moflex videos to decode. (Some don't display on-screen due to seemingly unrelated reasons.) Thanks to @archshift for doing the initial implementation which I cleaned up and then fixed the 8x8 block mode.
* y2r_u: Stub StartConversion to prevent moflex games from hanging.bunnei2015-05-211-1/+17
|
* Common: Remove common.hYuri Kunde Schlesner2015-05-071-0/+2
|
* Services: Initialize all state variables at bootup.bunnei2015-05-021-1/+1
|
* 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