suyu/src/core/hle/service/filesystem
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
..
filesystem.cpp Merge pull request #1166 from lioncash/typo 2018-08-25 07:19:46 -05:00
filesystem.h core/core: Replace includes with forward declarations where applicable 2018-08-31 16:30:14 -04:00
fsp_ldr.cpp service: Remove redundant #pragma once directives 2018-08-04 17:39:08 -04:00
fsp_ldr.h service/filesystem: Add fsp:ldr and fsp:pr services 2018-08-01 17:01:29 -04:00
fsp_pr.cpp service: Remove redundant #pragma once directives 2018-08-04 17:39:08 -04:00
fsp_pr.h service/filesystem: Add fsp:ldr and fsp:pr services 2018-08-01 17:01:29 -04:00
fsp_srv.cpp vfs: Replace mode.h include with forward declarations where applicable 2018-08-21 15:06:42 -04:00
fsp_srv.h filesystem: Add support for loading of system archives 2018-08-18 21:28:23 -04:00