Browse Source
core/core: Replace includes with forward declarations where applicable
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.
nce_cpp
29 changed files with 185 additions and 66 deletions
-
1src/core/arm/dynarmic/arm_dynarmic.cpp
-
19src/core/core.cpp
-
56src/core/core.h
-
1src/core/file_sys/savedata_factory.cpp
-
1src/core/file_sys/savedata_factory.h
-
2src/core/hle/kernel/address_arbiter.cpp
-
1src/core/hle/kernel/hle_ipc.cpp
-
6src/core/hle/kernel/server_session.cpp
-
4src/core/hle/kernel/svc.cpp
-
3src/core/hle/kernel/thread.cpp
-
1src/core/hle/service/filesystem/filesystem.h
-
1src/core/loader/deconstructed_rom_directory.cpp
-
1src/core/loader/elf.cpp
-
1src/core/loader/nro.cpp
-
1src/core/loader/nso.cpp
-
4src/core/perf_stats.cpp
-
24src/core/perf_stats.h
-
1src/core/telemetry_session.cpp
-
3src/video_core/engines/maxwell_3d.cpp
-
3src/video_core/rasterizer_cache.h
-
2src/video_core/renderer_opengl/renderer_opengl.cpp
-
20src/yuzu/debugger/wait_tree.cpp
-
30src/yuzu/debugger/wait_tree.h
-
16src/yuzu/game_list.cpp
-
12src/yuzu/game_list.h
-
18src/yuzu/game_list_p.h
-
9src/yuzu/main.cpp
-
7src/yuzu/main.h
-
3src/yuzu_cmd/yuzu.cpp
Write
Preview
Loading…
Cancel
Save
Reference in new issue