Skip to content
Snippets Groups Projects
  1. Dec 12, 2016
  2. Nov 25, 2016
  3. Oct 02, 2016
  4. Sep 21, 2016
  5. Sep 18, 2016
  6. Jun 25, 2016
  7. May 07, 2016
  8. Apr 02, 2016
  9. Mar 31, 2016
  10. Mar 27, 2016
  11. Mar 14, 2016
  12. Feb 26, 2016
  13. Feb 21, 2016
    • MerryMage's avatar
      AudioCore: Skeleton Implementation · 8b00954e
      MerryMage authored
      This commit:
      * Adds a new subproject, audio_core.
      * Defines structures that exist in DSP shared memory.
      * Hooks up various other parts of the emulator into audio core.
      
      This sets the foundation for a later HLE DSP implementation.
      8b00954e
  14. Nov 23, 2015
  15. Oct 04, 2015
  16. Sep 20, 2015
  17. Aug 15, 2015
  18. Aug 02, 2015
  19. Jun 12, 2015
  20. May 22, 2015
    • 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
  21. May 12, 2015
    • Yuri Kunde Schlesner's avatar
      Common: Remove async logging · b88c91dd
      Yuri Kunde Schlesner authored
      It provided a large increase in complexity of the logging system while
      having a negligible performance impact: the usage patterns of the ring
      buffer meant that each log contended with the logging thread, causing
      it to effectively act as a synchronous extra buffering.
      
      Also removed some broken code related to filtering of subclasses which
      was broken since it was introduced. (Which means no one ever used that
      feature anyway, since, 8 months later, no one ever complained.)
      b88c91dd
  22. Apr 03, 2015
  23. Mar 09, 2015
  24. Mar 06, 2015
  25. Feb 22, 2015
  26. Feb 13, 2015
  27. 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
  28. Jan 07, 2015
  29. Dec 31, 2014
    • Subv's avatar
      SOC_U: Preliminary implementation of sockets. · 97a7381d
      Subv authored
      Stubbed CreateMemoryBlock
      
      Using Berkeley sockets, and Winsock2.2 on Windows.
      So far ftpony creates the socket and accepts incoming connections
      
      SOC_U: Renamed functions to maintain consistency
      
      Also prevents possible scope errors / conflicts with the actual Berkeley socket functions
      
      SOCU: Close all the opened sockets when cleaning up SOCU
      97a7381d
  30. Dec 21, 2014
  31. Dec 13, 2014
Loading