- May 13, 2016
-
-
Subv authored
APT: Move the shared font loading and relocation functions to their own subdirectory services/apt/bcfnt.
-
Subv authored
-
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.
-
- Apr 20, 2016
-
-
JamePeng authored
Append an item[is_new3ds] to config file[System] group Implement APT::SetNSStateField,it will update the unknown NS_state_field
-
- Apr 04, 2016
-
-
JamePeng authored
-
- Mar 13, 2016
-
-
Lioncash authored
-
- Mar 12, 2016
- Feb 02, 2016
-
-
Lioncash authored
-
- Aug 27, 2015
-
-
Yuri Kunde Schlesner authored
Should fix invalid read loops in some games
-
- Aug 16, 2015
-
-
Yuri Kunde Schlesner authored
-
- Jul 24, 2015
- Jul 17, 2015
-
-
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.
-
- Jul 12, 2015
- Jun 22, 2015
-
-
Yuri Kunde Schlesner authored
-
- May 29, 2015
-
-
Emmanuel Gil Peyrot authored
-
- May 16, 2015
-
-
purpasmart96 authored
-
- May 10, 2015
-
-
Yuri Kunde Schlesner authored
-
- May 07, 2015
-
-
Yuri Kunde Schlesner authored
-
- May 01, 2015
-
-
bunnei authored
-
- Apr 09, 2015
-
-
bunnei authored
-
- Apr 03, 2015
-
-
purpasmart96 authored
-
- Mar 04, 2015
-
-
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.
-