citra-shitamoto-network/src
Lioncash 42535468c3 kernel/server_session: Return a std::pair from CreateSessionPair()
Keeps the return type consistent with the function name. While we're at
it, we can also reduce the amount of boilerplate involved with handling
these by using structured bindings.
2019-04-15 21:46:57 +02:00
..
android android: add logging 2019-03-09 18:23:32 -06:00
audio_core Destroy the callback after the stream is destroyed 2019-04-05 14:16:55 -06:00
citra Merge pull request #4681 from FearlessTobi/port-2188-2190 2019-04-09 21:18:34 +02:00
citra_qt Merge pull request #4726 from FearlessTobi/port-2312 2019-04-13 18:00:09 -04:00
common Merge pull request #4726 from FearlessTobi/port-2312 2019-04-13 18:00:09 -04:00
core kernel/server_session: Return a std::pair from CreateSessionPair() 2019-04-15 21:46:57 +02:00
dedicated_room Fix getopt on systems where char is unsigned by default 2019-03-15 23:19:24 +00:00
input_common general: Use deducation guides for std::lock_guard and std::unique_lock 2019-04-07 15:14:29 +02:00
network general: Use deducation guides for std::lock_guard and std::unique_lock 2019-04-07 15:14:29 +02:00
tests kernel/server_session: Return a std::pair from CreateSessionPair() 2019-04-15 21:46:57 +02:00
video_core Merge pull request #4726 from FearlessTobi/port-2312 2019-04-13 18:00:09 -04:00
web_service Merge pull request #4726 from FearlessTobi/port-2312 2019-04-13 18:00:09 -04:00
.clang-format
CMakeLists.txt