yuzu/src/core/arm
Lioncash 4a587b81b2 core/core: Replace includes with forward declarations where applicable
The follow-up to e2457418da, 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
..
dynarmic core/core: Replace includes with forward declarations where applicable 2018-08-31 16:30:14 -04:00
unicorn core: Namespace all code in the arm subdirectory under the Core namespace 2018-08-24 21:50:39 -04:00
arm_interface.h core: Namespace all code in the arm subdirectory under the Core namespace 2018-08-24 21:50:39 -04:00
exclusive_monitor.cpp core: Namespace all code in the arm subdirectory under the Core namespace 2018-08-24 21:50:39 -04:00
exclusive_monitor.h core: Namespace all code in the arm subdirectory under the Core namespace 2018-08-24 21:50:39 -04:00