- May 21, 2016
-
-
wwylele authored
-
- May 18, 2016
-
-
Jannik Vogel authored
-
András Domonkos authored
* Update ACT_U * Create act_a.h * Create act_a.cpp * Add service ACT:A * Add ACT:A source and header * Fix wrong header
-
- May 17, 2016
-
-
Jannik Vogel authored
-
- May 16, 2016
-
-
Maribel authored
-
- May 14, 2016
-
-
Subv authored
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
-
- May 13, 2016
-
-
Subv authored
HLE/Applets: Give each applet its own block of heap memory, and use that when creating the framebuffer shared memory block.
-
Subv authored
Kernel: Account for automatically-allocated shared memories in the amount of used linear heap memory.
-
Subv authored
APT: Move the shared font loading and relocation functions to their own subdirectory services/apt/bcfnt.
-
Subv authored
-
Subv authored
-
Subv authored
-
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.
-
Subv authored
R0 is used as the last parameter instead of R4.
-
- May 10, 2016
-
-
Lioncash authored
-
- May 09, 2016
-
-
Lioncash authored
The other mode was system mode.
-
- May 07, 2016
-
-
Alexander Laties authored
-
Subv authored
We do not currently implement any cores other than the AppCore (Core 0).
-
Subv authored
Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE region of the linear heap. Each thread gets a 0x200-byte area from the 0x1000-sized page, when all 8 thread slots in a single page are used up, the kernel allocates a new page to hold another 8 entries. This is consistent with what the real kernel does.
-
Subv authored
HLE/Applets: Use the correct size for the framebuffer SharedMemory in the swkbd and MiiSelector applets.
-
- May 06, 2016
- May 05, 2016
-
-
mailwl authored
-
- May 04, 2016
-
-
wwylele authored
-
- May 01, 2016
-
-
wwylele authored
-
- Apr 30, 2016
-
-
Emmanuel Gil Peyrot authored
-
Emmanuel Gil Peyrot authored
-
MerryMage authored
-
- Apr 29, 2016
-
-
wwylele authored
-
Yuri Kunde Schlesner authored
This has been entirely superseded by MicroProfile. The rest of the code can go when a simpler frametime/FPS meter is added to the GUI.
-
- Apr 27, 2016
- Apr 24, 2016
-
-
Sam Spilsbury authored
-
MerryMage authored
-
- Apr 23, 2016
-
-
mailwl authored
-
Sam Spilsbury authored
-
Sam Spilsbury authored
-