Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | APT: Remove use of Memory::GetPointer | MerryMage | 2016-05-21 | 1 | -8/+7 |
* | Applets/swkdb: Remove use of Memory::GetPointer | MerryMage | 2016-05-21 | 1 | -1/+1 |
* | HLE/Applets: Give each applet its own block of heap memory, and use that when creating the framebuffer shared memory block. | Subv | 2016-05-13 | 1 | -2/+6 |
* | Kernel/SharedMemory: Properly implemented shared memory support. | Subv | 2016-05-13 | 1 | -2/+2 |
* | HLE/Applets: Use the correct size for the framebuffer SharedMemory in the swkbd and MiiSelector applets. | Subv | 2016-05-07 | 1 | -8/+12 |
* | Core: Fix applet includes using iwyu. | Emmanuel Gil Peyrot | 2015-07-12 | 1 | -0/+8 |
* | Applets: Reworked how the Applet update event is handled. | Subv | 2015-07-12 | 1 | -7/+6 |
* | Applets: Add infrastructure to allow custom drawing and input handling in Applets. | Subv | 2015-07-12 | 1 | -6/+39 |
* | HLE/APT: Initial HLE support for applets. | Subv | 2015-07-12 | 1 | -0/+73 |