- May 19, 2018
-
-
Subv authored
-
- May 11, 2018
-
-
David Marcec authored
-
- May 10, 2018
- May 07, 2018
-
-
Hexagon12 authored
* Stubs for QLaunch * Wiped unrelated stuff * Addressed comment * Dropped GetPopFromGeneralChannelEvent
-
Max Thomas authored
* hid: Update mouse/keyboard state * hid: Working analog sticks * hid: Nits * hid: Nits * hid: Update mystery sections * hid: Tweaks
-
- May 03, 2018
- May 02, 2018
-
-
Lioncash authored
This makes the formatting expectations more obvious (e.g. any zero padding specified is padding that's entirely dedicated to the value being printed, not any pretty-printing that also gets tacked on).
-
bunnei authored
- This can be used for domain objects as inputs to service functions.
-
Lioncash authored
Ensures that values are always in a well-defined state.
-
- 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
-
Subv authored
-
- Apr 30, 2018
-
-
Lioncash authored
All of these variables and functions are related to timings and should be within the namespace.
-
- Apr 29, 2018
-
-
Lioncash authored
Given we utilize fmt, we don't need to provide our own functions for formatting anymore
-
Lioncash authored
Without this, it's possible to get compilation failures in the (rare) scenario where a container is used to store a bunch of live IOFile instances, as they may be using std::move_if_noexcept under the hood. Given these definitely don't throw exceptions this is also not incorrect to add either.
-
Lioncash authored
Ensure that the actual types being passed in are trivially copyable. The internal call to ReadArray() and WriteArray() will always succeed, since they're passed a pointer to char* which is always trivially copyable.
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
Subv authored
-
bunnei authored
-
bunnei authored
-