summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-08-12 09:53:16 +0200
committerLioncash <mathew1800@gmail.com>2018-08-12 09:53:20 +0200
commitd6a1a4385423480573fb9623d511b5028f8393e1 (patch)
treeb7a1cbe0bd09da021b3c371833b3e44792431dab /src/core
parentMerge pull request #922 from lioncash/cmake (diff)
downloadyuzu-d6a1a4385423480573fb9623d511b5028f8393e1.tar
yuzu-d6a1a4385423480573fb9623d511b5028f8393e1.tar.gz
yuzu-d6a1a4385423480573fb9623d511b5028f8393e1.tar.bz2
yuzu-d6a1a4385423480573fb9623d511b5028f8393e1.tar.lz
yuzu-d6a1a4385423480573fb9623d511b5028f8393e1.tar.xz
yuzu-d6a1a4385423480573fb9623d511b5028f8393e1.tar.zst
yuzu-d6a1a4385423480573fb9623d511b5028f8393e1.zip
Diffstat (limited to 'src/core')
-rw-r--r--src/core/file_sys/card_image.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/file_sys/card_image.cpp b/src/core/file_sys/card_image.cpp
index a4823353e..1188813c7 100644
--- a/src/core/file_sys/card_image.cpp
+++ b/src/core/file_sys/card_image.cpp
@@ -112,7 +112,7 @@ std::vector<std::shared_ptr<VfsFile>> XCI::GetFiles() const {
}
std::vector<std::shared_ptr<VfsDirectory>> XCI::GetSubdirectories() const {
- return std::vector<std::shared_ptr<VfsDirectory>>();
+ return {};
}
std::string XCI::GetName() const {