diff options
| author | 2018-11-28 14:00:44 -0500 | |
|---|---|---|
| committer | 2018-12-03 17:20:34 -0500 | |
| commit | c7b41ade74f55bd910414f20bbcc62a68101d768 (patch) | |
| tree | 2f6a79d4136f4d9e9864c9feecb1b722c515fa5a /src/core/core.h | |
| parent | config: Store and load disabled add-ons list (diff) | |
| download | yuzu-c7b41ade74f55bd910414f20bbcc62a68101d768.tar.gz yuzu-c7b41ade74f55bd910414f20bbcc62a68101d768.tar.xz yuzu-c7b41ade74f55bd910414f20bbcc62a68101d768.zip | |
core: Make GetGameFileFromPath function externally accessible
Diffstat (limited to 'src/core/core.h')
| -rw-r--r-- | src/core/core.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/core.h b/src/core/core.h index be71bd437..71031dfcf 100644 --- a/src/core/core.h +++ b/src/core/core.h | |||
| @@ -9,6 +9,7 @@ | |||
| 9 | #include <string> | 9 | #include <string> |
| 10 | 10 | ||
| 11 | #include "common/common_types.h" | 11 | #include "common/common_types.h" |
| 12 | #include "core/file_sys/vfs_types.h" | ||
| 12 | #include "core/hle/kernel/object.h" | 13 | #include "core/hle/kernel/object.h" |
| 13 | 14 | ||
| 14 | namespace Core::Frontend { | 15 | namespace Core::Frontend { |
| @@ -55,6 +56,9 @@ class TelemetrySession; | |||
| 55 | 56 | ||
| 56 | struct PerfStatsResults; | 57 | struct PerfStatsResults; |
| 57 | 58 | ||
| 59 | FileSys::VirtualFile GetGameFileFromPath(const FileSys::VirtualFilesystem& vfs, | ||
| 60 | const std::string& path); | ||
| 61 | |||
| 58 | class System { | 62 | class System { |
| 59 | public: | 63 | public: |
| 60 | System(const System&) = delete; | 64 | System(const System&) = delete; |