- Apr 21, 2016
-
-
tfarley authored
-
- Apr 20, 2016
-
-
JamePeng authored
-
- Mar 13, 2016
-
-
Lioncash authored
-
- Mar 12, 2016
-
-
Lioncash authored
-
- Mar 09, 2016
-
-
Lioncash authored
There's no reason to allow direct access to the unique_ptr instance. Only its contained pointer.
-
- Feb 02, 2016
-
-
Lioncash authored
-
- Dec 30, 2015
-
-
Lioncash authored
-
- Dec 08, 2015
-
-
Yuri Kunde Schlesner authored
This removes explicit checks sprinkled all over the codebase to instead just have the SW rasterizer expose an implementation with no-ops for most operations.
-
- Dec 07, 2015
-
-
Yuri Kunde Schlesner authored
-
- Aug 16, 2015
-
-
Yuri Kunde Schlesner authored
These helpers aren't really part of the kernel, and mem_map.cpp/h is going to be moved there next.
-
- Jul 17, 2015
-
-
Yuri Kunde Schlesner authored
This commit fixes several kernel object leaks. The most severe of them was threads not being removed from the private handle table used for CoreTiming events. This resulted in Threads never being released, which in turn held references to Process, causing CodeSets to never be freed when loading other applications.
-
- Jun 27, 2015
-
-
Emmanuel Gil Peyrot authored
-
- Jun 22, 2015
-
-
Yuri Kunde Schlesner authored
-
- Jun 21, 2015
-
-
Yuri Kunde Schlesner authored
-
- Jun 20, 2015
-
-
Yuri Kunde Schlesner authored
-
- May 23, 2015
-
-
Lioncash authored
-
- May 22, 2015
-
-
tfarley authored
-
Yuri Kunde Schlesner authored
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.
-
- May 20, 2015
-
-
bunnei authored
-
- May 07, 2015
-
-
Yuri Kunde Schlesner authored
-
- May 01, 2015
-
-
bunnei authored
-
- Feb 24, 2015
-
-
Subv authored
Aero Porter was throwing an "Invalid Handle" fatal error without this.
-
- Feb 11, 2015
-
-
archshift authored
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.
-
- Feb 02, 2015
-
-
Yuri Kunde Schlesner authored
-
- Jan 11, 2015
-
-
archshift authored
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.
-
- Jan 03, 2015
-
-
archshift authored
-