1
0
Fork 0
forked from suyu/suyu
suyu/src
Lioncash 195cad9635 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-02 14:18:36 -05:00
..
audio_core audio_core/audio_renderer: Fix typo in AuxInfo member name 2018-11-13 13:32:13 -05:00
common Merge pull request #1773 from lioncash/thread 2018-11-23 08:52:05 -08:00
core Merge pull request #1830 from Subv/vi_ub 2018-12-01 22:25:10 -05:00
input_common
tests global: Use std::optional instead of boost::optional (#1578) 2018-10-30 00:03:25 -04:00
video_core Merge pull request #1827 from ReinUsesLisp/clip-and-shader 2018-12-01 23:51:47 -05:00
web_service
yuzu yuzu/configuration: Make slots private where applicable 2018-12-02 14:18:36 -05:00
yuzu_cmd gl_rasterizer: Remove extension booleans 2018-11-28 21:18:13 -03:00
.clang-format
CMakeLists.txt