Skip to content
Snippets Groups Projects
  1. Mar 27, 2016
  2. Mar 14, 2016
  3. Feb 26, 2016
  4. 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
  5. Nov 23, 2015
  6. Oct 04, 2015
  7. Sep 20, 2015
  8. Aug 15, 2015
  9. Aug 02, 2015
  10. Jun 12, 2015
  11. 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
  12. 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
  13. Apr 03, 2015
  14. Mar 09, 2015
  15. Mar 06, 2015
  16. Feb 22, 2015
  17. Feb 13, 2015
  18. 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
  19. Jan 07, 2015
  20. 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
  21. Dec 21, 2014
  22. Dec 13, 2014
Loading