Skip to content
Snippets Groups Projects
  1. May 28, 2016
  2. May 16, 2016
  3. May 07, 2016
  4. Apr 27, 2016
  5. Apr 24, 2016
  6. Mar 13, 2016
  7. Mar 12, 2016
  8. Mar 06, 2016
  9. 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
  10. Feb 02, 2016
  11. Dec 30, 2015
  12. Sep 16, 2015
  13. 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
  14. May 09, 2015
  15. May 07, 2015
  16. May 01, 2015
  17. Apr 28, 2015
  18. Apr 03, 2015
  19. Feb 13, 2015
  20. 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
  21. Feb 08, 2015
  22. Feb 02, 2015
  23. Jan 30, 2015
  24. Jan 15, 2015
  25. Jan 05, 2015
  26. Dec 26, 2014
  27. Dec 21, 2014
  28. Dec 15, 2014
  29. Dec 13, 2014
  30. Dec 12, 2014
  31. Dec 04, 2014
  32. Dec 01, 2014
  33. Nov 21, 2014
  34. Nov 01, 2014
Loading