Skip to content
Snippets Groups Projects
  1. Jul 23, 2018
  2. Jan 16, 2018
  3. Jan 01, 2018
  4. Oct 20, 2017
  5. Sep 15, 2017
  6. Jun 19, 2017
  7. May 30, 2017
  8. May 10, 2017
  9. Oct 20, 2016
  10. Sep 21, 2016
  11. Sep 18, 2016
  12. May 14, 2016
  13. May 13, 2016
  14. May 07, 2016
    • Subv's avatar
      Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE... · d192fb06
      Subv authored
      Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE region of the linear heap.
      
      Each thread gets a 0x200-byte area from the 0x1000-sized page, when all 8 thread slots in a single page are used up, the kernel allocates a new page to hold another 8 entries.
      
      This is consistent with what the real kernel does.
      d192fb06
  15. 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
  16. Dec 01, 2015
  17. Aug 16, 2015
  18. Jul 12, 2015
  19. Jun 27, 2015
  20. May 27, 2015
  21. May 15, 2015
  22. May 09, 2015
  23. May 07, 2015
  24. May 01, 2015
  25. Dec 30, 2014
  26. Dec 21, 2014
  27. Dec 13, 2014
  28. Dec 12, 2014
  29. Nov 19, 2014
  30. Sep 09, 2014
Loading