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