09-09-2014, 10:48 PM -
(09-09-2014, 10:35 PM)Gundark Wrote: I was under impression that if devs know how to implement some instruction and didn't do it yet, there must be a good reason for this. By the way AlexAltea, I thought that cellJpgDec was implemented. Slicer4ever tetris show cellJpgDecCreate and cellJpgDecDestroy as TODO. Any input on this? Sorry to hijack this thread.
Ok. Sorry about that. It's still unimplemented.
The create and destroy functions are stubbed out, we just decode pictures without instances of "decoder objects". I doubt any game actually depends on distinguishable decoder objects. Since we ignore decoder settings like "decode on PPU" or "decode on SPU" since these settings don't make sense for host systems.