- May 17, 2018
-
-
David Marcec authored
-
- May 01, 2018
-
-
David authored
* GetSharedFontInOrderOfPriority * Update pl_u.cpp * Ability to use ReadBuffer and WriteBuffer with different buffer indexes, fixed up GetSharedFontInOrderOfPriority * switched to NGLOG * Update pl_u.cpp * Update pl_u.cpp * language_code is actually language code and not index * u32->u64 * final cleanups
-
- Apr 26, 2018
-
-
Lioncash authored
-
- Apr 01, 2018
-
-
bunnei authored
-
- Mar 31, 2018
-
-
bunnei authored
-
- Mar 19, 2018
- Feb 20, 2018
- Feb 16, 2018
-
-
mailwl authored
-
- Feb 14, 2018
- Jan 25, 2018
- Jan 20, 2018
-
-
James Rowe authored
-
- Jan 19, 2018
-
-
River City Ransomware authored
* Fixes some cast warnings, partially fixes citra #3064 * Converted casts to uint32_t to u32 * Ran clang-format
-
- Jan 18, 2018
-
-
gdkchan authored
* Stub PopLaunchParameter and implement Buffer C Descriptors reading * Address PR feedback * Ensure we push a u64 not a size_t * Fix formatting
-
- Jan 17, 2018
- Jan 13, 2018
-
-
bunnei authored
-
- Jan 11, 2018
-
-
Subv authored
-
- Jan 07, 2018
-
-
Subv authored
-
Subv authored
-
Subv authored
Popping objects from the buffer is still not implemented.
-
Subv authored
Service code now doesn't have to deal with this.
-
Subv authored
IPC: Use the correct size when pushing raw data to the command buffer and fixed pushing domain objects. Domain object ids are always stored immediately after the raw data.
-
- Dec 29, 2017
-
-
bunnei authored
-
- Oct 19, 2017
- Oct 15, 2017
- Sep 30, 2017
-
-
Huw Pascoe authored
-
- Jun 21, 2017
-
-
Yuri Kunde Schlesner authored
Missed this in my first implementation. Thanks to @wwylele for pointing out that this was missing.
-
- Jun 18, 2017
-
-
Yuri Kunde Schlesner authored
-
- Jun 11, 2017
-
-
Yuri Kunde Schlesner authored
Reduces the necessary allocation to max(in_handles, out_handles) rather than (in_handles + out_handles).
-