diff options
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/file_sys/card_image.cpp | 2 |
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 { | |||
| 112 | } | 112 | } |
| 113 | 113 | ||
| 114 | std::vector<std::shared_ptr<VfsDirectory>> XCI::GetSubdirectories() const { | 114 | std::vector<std::shared_ptr<VfsDirectory>> XCI::GetSubdirectories() const { |
| 115 | return std::vector<std::shared_ptr<VfsDirectory>>(); | 115 | return {}; |
| 116 | } | 116 | } |
| 117 | 117 | ||
| 118 | std::string XCI::GetName() const { | 118 | std::string XCI::GetName() const { |