| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Fix ftoi and disable VFPv3
|
|
Fix float exceptions
|
|
Memory: Added necessary headers and removed unnecessary header
|
|
|
|
Improve SMDH support in loaders and frontends
|
|
|
|
Implement CheckNew3DS and CheckNew3DSApp
|
|
Also rewrite Qt wrappers to use those.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This allows frontends to keep a single loader and use it multiple times
e.g. for code loading and SMDH parsing.
|
|
|
|
|
|
|
|
|
|
|
|
* Update ACT_U
* Create act_a.h
* Create act_a.cpp
* Add service ACT:A
* Add ACT:A source and header
* Fix wrong header
|
|
Set fpscr for new threads
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reserve enough space in the vector that holds the linear heap memory to prevent relocations of the backing memory when growing too much.
Closes #1790
|
|
Kernel: Implemented shared memory.
|
|
Kernel/Threads: Dynamically allocate the TLS region for threads.
|
|
when creating the framebuffer shared memory block.
|
|
used linear heap memory.
|
|
subdirectory services/apt/bcfnt.
|
|
|
|
|
|
|
|
|
|
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.
|