summaryrefslogtreecommitdiffstats
path: root/src/core/core.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2023-07-22 06:22:51 +0200
committerGitHub <noreply@github.com>2023-07-22 06:22:51 +0200
commit39edd2ff82674e7fae2ac3dc679f3de92174fa3e (patch)
tree2b636c0ecf2af3c1753939298f5be6ac5b69f7f3 /src/core/core.h
parentMerge pull request #11123 from Morph1984/remove-mem-hungry-opts (diff)
parentcore: remove remaining uses of dynamic_cast (diff)
downloadyuzu-39edd2ff82674e7fae2ac3dc679f3de92174fa3e.tar
yuzu-39edd2ff82674e7fae2ac3dc679f3de92174fa3e.tar.gz
yuzu-39edd2ff82674e7fae2ac3dc679f3de92174fa3e.tar.bz2
yuzu-39edd2ff82674e7fae2ac3dc679f3de92174fa3e.tar.lz
yuzu-39edd2ff82674e7fae2ac3dc679f3de92174fa3e.tar.xz
yuzu-39edd2ff82674e7fae2ac3dc679f3de92174fa3e.tar.zst
yuzu-39edd2ff82674e7fae2ac3dc679f3de92174fa3e.zip
Diffstat (limited to 'src/core/core.h')
-rw-r--r--src/core/core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/core.h b/src/core/core.h
index 14b2f7785..c70ea1965 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -381,6 +381,9 @@ public:
[[nodiscard]] FileSys::ContentProvider& GetContentProvider();
[[nodiscard]] const FileSys::ContentProvider& GetContentProvider() const;
+ [[nodiscard]] FileSys::ContentProviderUnion& GetContentProviderUnion();
+ [[nodiscard]] const FileSys::ContentProviderUnion& GetContentProviderUnion() const;
+
[[nodiscard]] Service::FileSystem::FileSystemController& GetFileSystemController();
[[nodiscard]] const Service::FileSystem::FileSystemController& GetFileSystemController() const;