- 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
-
-
bunnei authored
memory_hook: Default virtual destructor in the cpp file
-
bunnei authored
core_timing: Don't include the log header in core timing's header
-
Lioncash authored
Prevents creating multiple copies of the vtable in every translation unit that uses the class. Also silences a -Wweak-vtables warning
-
Lioncash authored
Avoids propagating logging macros and facilities to files that may not need them. This also allows hiding an internal constant.
-
- May 02, 2018
-
-
bunnei authored
general: Make formatting of logged hex values more straightforward
-
bunnei authored
vector_math: Ensure members are always initialized
-
bunnei authored
ipc: Add support for PopIpcInterface() method.
-
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
-
-
bunnei authored
GPU: Don't write to invalid memory locations when handling ioctls that don't have an output.
-
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
-
-
bunnei authored
core_timing: Namespace all functions and constants in core_timing's header
-
Lioncash authored
All of these variables and functions are related to timings and should be within the namespace.
-
bunnei authored
string_util: Remove StringFromFormat() and related functions
-
bunnei authored
Shader instructions MOV_C, MOV_R, and several minor GPU things
-
bunnei authored
file_util: Minor changes to IOFile
-
- 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
-
bunnei authored
Shaders: Implemented predicate condition 3 (LessEqual) in the fset and fsetp instructions.
-