citra-shitamoto-network/src
Lioncash 37e78de206 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-23 18:08:03 +02:00
..
audio_core Merge pull request #3985 from BreadFish64/fix-warnings 2018-08-02 11:14:57 -06:00
citra input_common/udp: allow changing pad index 2018-08-11 13:23:10 +08:00
citra_qt Revert "Set DiscordRPC OFF by default (#4109)" 2018-08-20 10:34:58 -06:00
common Merge pull request #4073 from zhaowenlan1779/port-yuzu-988 2018-08-10 21:18:01 +01:00
core kernel/process: Use accessors instead of class members for referencing segment array 2018-08-23 18:08:03 +02:00
dedicated_room
input_common Change level of invalid UDP packet log message from Error to Debug. 2018-08-12 22:17:34 -04:00
network network: fix 3 typos 2018-08-12 17:55:15 -05:00
tests
video_core video_core: Allow changing background color while emulation is running 2018-08-04 15:11:51 +08:00
web_service reformat all files with clang-format 2018-06-29 16:56:12 +03:00
.clang-format
CMakeLists.txt