Skip to content
Snippets Groups Projects
  1. Apr 21, 2016
  2. Apr 20, 2016
  3. Mar 13, 2016
  4. Mar 12, 2016
  5. Mar 09, 2016
  6. Feb 02, 2016
  7. Dec 30, 2015
  8. Dec 08, 2015
  9. Dec 07, 2015
  10. Aug 16, 2015
  11. Jul 17, 2015
    • Yuri Kunde Schlesner's avatar
      Ensure all kernel objects are released during shutdown · dc39d069
      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.
      dc39d069
  12. Jun 27, 2015
  13. Jun 22, 2015
  14. Jun 21, 2015
  15. Jun 20, 2015
  16. May 23, 2015
  17. May 22, 2015
    • tfarley's avatar
      Flush for y2r (moflex) · 62668688
      tfarley authored
      62668688
    • Yuri Kunde Schlesner's avatar
      Service::Y2R: Support for grayscale decoding of specific formats · 91084828
      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.
      91084828
  18. May 20, 2015
  19. May 07, 2015
  20. May 01, 2015
  21. Feb 24, 2015
  22. Feb 11, 2015
    • archshift's avatar
      Asserts: break/crash program, fit to style guide; log.h->assert.h · ef24e72b
      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.
      ef24e72b
  23. Feb 02, 2015
  24. Jan 11, 2015
    • archshift's avatar
      Stubbed y2r:u IsBusyConversion · 3b555e25
      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.
      3b555e25
  25. Jan 03, 2015
Loading