| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Refactor input mapping & implement circle pad modifier
|
|
This is part of an ongoing effort to implement support for multiple processes.
|
|
Specifically, dlp::CLNT and dlp::FKCL
Moves them to their own folder like with other services.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Memory: Remove most usages of GetPointer
|
|
Config block: clean up
|
|
in the memory block manipulation functions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Memory: Added necessary headers and removed unnecessary header
|
|
|
|
|
|
Implement CheckNew3DS and CheckNew3DSApp
|
|
|
|
|
|
|
|
|
|
|
|
* 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.
|
|
R0 is used as the last parameter instead of R4.
|
|
Kernel/Threading: Warn when a thread can be scheduled in the Syscore (Core 1)
|
|
fixup simple type conversions where possible
|