| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Memory: Remove most usages of GetPointer
|
|
Config block: clean up
|
|
in the memory block manipulation functions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|