yuzu-fork/src/yuzu_cmd
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
..
emu_window Added check to see if ARB_texture_mirror_clamp_to_edge is supported 2018-08-19 12:00:33 +10:00
CMakeLists.txt CMakeLists: Derive the source directory grouping from targets themselves 2018-01-17 21:51:43 -05:00
config.cpp Port #3353 from Citra 2018-08-21 01:14:06 +02:00
config.h Massive removal of unused modules 2018-01-12 19:11:03 -07:00
default_ini.h Port #3353 from Citra 2018-08-21 01:14:06 +02:00
resource.h Massive removal of unused modules 2018-01-12 19:11:03 -07:00
yuzu.cpp core/core: Replace includes with forward declarations where applicable 2018-08-31 16:30:14 -04:00
yuzu.rc CITRA_ICON -> YUZU_ICON 2018-03-23 16:56:59 +01:00