citra/src
Lioncash 5840943110 yuzu/configuration: Make slots private where applicable
These slots are only ever attached to event handling mechanisms within
the class itself, they're never used externally. Because of this, we can
make the functions private.

This also removes redundant usages of the private access specifier.
2018-12-09 15:51:19 +01:00
..
android android: set up cmake 2018-11-20 14:24:19 -05:00
audio_core Memory: move GetPhysicalPointer and IsValidPhysicalAddress into class 2018-12-05 20:21:14 -05:00
citra logging: Add DebuggerBackend for logging to Visual Studio 2018-12-01 12:54:17 +01:00
citra_qt yuzu/configuration: Make slots private where applicable 2018-12-09 15:51:19 +01:00
common logging: Add DebuggerBackend for logging to Visual Studio 2018-12-01 12:54:17 +01:00
core Merge pull request #4480 from wwylele/memory-global-2 2018-12-06 19:17:28 -05:00
dedicated_room web_service: stop using std::future + callback style async 2018-09-13 16:14:34 -04:00
input_common Merge pull request #4193 from B3n30/controller5 2018-10-17 10:49:21 -04:00
network Merge pull request #4191 from valentinvanelslande/minor-fix 2018-09-08 10:05:33 +08:00
tests Pass system into arm interpreter; fix tests 2018-12-05 20:21:14 -05:00
video_core Memory: move memory chunk into pImpl and make them dynamically allocated 2018-12-06 13:30:47 -05:00
web_service compatdb: Use a seperate endpoint for testcase submission 2018-10-27 12:20:03 +02:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt android: set up cmake 2018-11-20 14:24:19 -05:00