eden-mirror/src
Lioncash 84f855a61d core/core: Replace includes with forward declarations where applicable
The follow-up to 88597535d6, which
replaces most of the includes in the core header with forward declarations.

This makes it so that if any of the headers the core header was
previously including change, then no one will need to rebuild the bulk
of the core, due to core.h being quite a prevalent inclusion.

This should make turnaround for changes much faster for developers.
2018-08-31 16:30:14 -04:00
..
audio_core
common Merge pull request #1170 from lioncash/ret 2018-08-27 18:18:31 -04:00
core core/core: Replace includes with forward declarations where applicable 2018-08-31 16:30:14 -04:00
input_common
tests kernel: Eliminate kernel global state 2018-08-28 22:31:51 -04:00
video_core core/core: Replace includes with forward declarations where applicable 2018-08-31 16:30:14 -04:00
yuzu core/core: Replace includes with forward declarations where applicable 2018-08-31 16:30:14 -04:00
yuzu_cmd core/core: Replace includes with forward declarations where applicable 2018-08-31 16:30:14 -04:00
.clang-format
CMakeLists.txt