- Aug 03, 2018
- 
- 
David authoredAdded ability to change username & language code in the settings ui. Added IProfile::Get and SET::GetLanguageCode for libnx tests (#851) 
- 
bunnei authoredsink_details: std::move std::function instances 
- 
bunnei authoredservice: Add migration services 
- 
bunnei authoredmath_util: Always initialize members of Rectangle 
- 
bunnei authoredvideo_core: Make global EmuWindow instance part of the base renderer … 
- 
bunnei authoredkernel: Move object class to its own source files 
- 
bunnei authoredkernel/thread: Minor changes 
- 
bunnei authoredinput_common: minor changes 
- 
bunnei authoredyuzu: Use Qt 5 signal/slots where applicable 
- 
bunnei authoredkernel/vm_manager: Minor changes 
- 
bunnei authoredvfs_vector: Minor changes 
- 
bunnei authoredgl_shader_manager: Take ShaderSetup instances by const reference in UseProgrammableVertexShader() and UseProgrammableFragmentShader() 
- 
Lioncash authoredMakes the signal/slot connections type-safe instead of string-based. 
- 
Lioncash authoredAvoids unnecessary atomic reference count increments and decrements 
- 
Lioncash authored
 
- 
- Aug 02, 2018
- 
- 
bunnei authoredhw: Remove unused files 
- 
bunnei authoredgl_state: Make texture_units a std::array 
- 
bunnei authoredservice/ns: Add missing ns services 
- 
greggameplayer authored
- 
bunnei authoredservice: Add the psc services 
- 
Lioncash authored
- 
Lioncash authoredMakes our immutable state explicit. 
- 
Lioncash authoredThese two variables correspond to address ranges. 
- 
Lioncash authoredAvoids using a u32 to compare against a range of size_t, which can be a source of warnings. While we're at it, compress a std::tie into a structured binding. 
- 
Lioncash authoredThis function only reads the data being referenced, it doesn't modify it, so we can turn the reference into a const reference. 
- 
Lioncash authoredThis function isn't used outside of this translation unit, so we can make it internally linked. 
- 
Lioncash authoredThis wasn't being used for anything, so it can be removed. 
- 
Lioncash authoredThe lambda elements should be taken by const reference here, and we can move the virtual directory passed to ReplaceFileWithSubdirectory() 
- 
Lioncash authoredGets rid of the use of a raw C array. 
- 
Lioncash authoredgl_shader_manager: Take ShaderSetup instances by const reference in UseProgrammableVertexShader() and UseProgrammableFragmentShader() Avoids performing unnecessary copies of 65560 byte sized ShaderSetup instances, considering it's only used as part of lookup and not modified. Given the parameters were already const, it's likely taking these parameters by reference was intended but the ampersand was forgotten. 
- 
Lioncash authoredPrevents potentially using the members uninitialized. 
- 
Lioncash authoredNone of these files are used in any meaningful way. They're just leftovers from citra. Also has the benefit of getting rid of an unused global variable. 
- 
Lioncash authoredAdds the basic skeleton for the mig:usr service based off information provided by Switch Brew. 
- 
bunnei authoredaudio_out: Use Buffer::Tag alias in GetTagsAndReleaseBuffers()'s prototype 
- 
Lioncash authoredThis makes the Buffer::Tag usage consistent with the Stream class's prototype of GetTagsAndReleaseBuffers(). 
- 
Lioncash authoredWe can just use type aliases to avoid needing to write the same long type twice 
- 
Lioncash authoredGiven std::function is allowed to potentially allocate, these should be std::move'd to prevent potential reallocation (should that ever happen). 
- 
Lioncash authoredGeneral moving to keep kernel object types separate from the direct kernel code. Also essentially a preliminary cleanup before eliminating global kernel state in the kernel code. 
- 
Lioncash authoredPCV isn't the parental control service. 
- 
Lioncash authoredAdds the basic skeleton for the psc services based off the information provided by Switch Brew. 
 
-