1
0
Fork 0
forked from suyu/suyu
suyu/src
Lioncash 2beda7c2b3 kernel/process: Use accessors instead of class members for referencing segment array
Using member variables for referencing the segments array increases the
size of the class in memory for little benefit. The same behavior can be
achieved through the use of accessors that just return the relevant
segment.
2018-08-03 14:45:45 -04:00
..
audio_core Merge pull request #895 from lioncash/sink 2018-08-03 11:00:56 -04:00
common Merge pull request #898 from lioncash/mig 2018-08-03 11:00:27 -04:00
core kernel/process: Use accessors instead of class members for referencing segment array 2018-08-03 14:45:45 -04:00
input_common input_common: Use std::move where applicable 2018-08-02 21:51:11 -04:00
tests core/memory: Get rid of 3DS leftovers 2018-08-03 11:22:47 -04:00
video_core gl_shader_manager: Make ProgramManager's GetCurrentProgramStage() a const member function 2018-08-03 12:08:17 -04:00
yuzu Added ability to change username & language code in the settings ui. Added IProfile::Get and SET::GetLanguageCode for libnx tests (#851) 2018-08-03 11:02:55 -04:00
yuzu_cmd Added ability to change username & language code in the settings ui. Added IProfile::Get and SET::GetLanguageCode for libnx tests (#851) 2018-08-03 11:02:55 -04:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt audio_core: Add initial code for keeping track of audout state. 2018-07-27 22:33:31 -04:00