Skip to content
Snippets Groups Projects
  1. May 14, 2016
  2. May 13, 2016
  3. 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
  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. Dec 01, 2015
  6. Aug 16, 2015
  7. Jul 12, 2015
  8. Jun 27, 2015
  9. May 27, 2015
  10. May 15, 2015
  11. May 09, 2015
  12. May 07, 2015
  13. May 01, 2015
  14. Dec 30, 2014
  15. Dec 21, 2014
  16. Dec 13, 2014
  17. Dec 12, 2014
  18. Nov 19, 2014
  19. Sep 09, 2014
  20. Aug 12, 2014
  21. May 15, 2014
  22. May 08, 2014
  23. Apr 30, 2014
  24. Apr 25, 2014
  25. Apr 18, 2014
  26. Apr 17, 2014
  27. Apr 13, 2014
    • bunnei's avatar
      - added HLE to connect to "srv:" service · 68e19847
      bunnei authored
      - added a manager for keeping track of services/ports
      - added a memory mapped region for memory accessed by HLE
      - added HLE for GetThreadCommandBuffer function
      68e19847
  28. Apr 11, 2014
  29. Apr 09, 2014
  30. Apr 08, 2014
Loading