Skip to content
Snippets Groups Projects
  1. Sep 19, 2016
  2. Sep 18, 2016
  3. Jun 11, 2016
  4. May 15, 2016
  5. May 13, 2016
    • Subv's avatar
      Kernel/SharedMemory: Properly implemented shared memory support. · 1bd0cf54
      Subv authored
      Applications can request the kernel to allocate a piece of the linear heap for them when creating a shared memory object.
      Shared memory areas are now properly mapped into the target processes when calling svcMapMemoryBlock.
      
      Removed the APT Shared Font hack as it is no longer needed.
      1bd0cf54
  6. Mar 26, 2016
  7. Mar 25, 2016
  8. Mar 22, 2016
  9. Mar 13, 2016
  10. Mar 12, 2016
  11. Feb 12, 2016
  12. Feb 02, 2016
  13. Sep 16, 2015
  14. Jul 28, 2015
  15. Jun 27, 2015
  16. May 29, 2015
  17. May 27, 2015
  18. May 22, 2015
  19. May 10, 2015
  20. May 07, 2015
  21. May 01, 2015
  22. Apr 03, 2015
  23. Mar 17, 2015
  24. Mar 16, 2015
  25. Mar 11, 2015
  26. Mar 10, 2015
  27. Mar 04, 2015
    • Subv's avatar
      Services: Moved the PTM and APT services to their own folder · 83a8975c
      Subv authored
      This coincidentally fixes an issue about the PTM service failing to create its SharedExtSaveData archive due to the FS service not being initialized by the time the creating code runs.
      
      Ideally I'd like to move each process to its own folder, and have a single file per process that registers the service classes, which would be in their own files inside that folder. Then each service class would just call functions from the process to complete the commands.
      83a8975c
  28. Feb 02, 2015
  29. Jan 30, 2015
  30. Jan 21, 2015
Loading