mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-01 17:08:31 -04:00
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.