summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/archive_extsavedata.cpp
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2015-01-06 21:02:30 +0100
committerSubv <subv2112@gmail.com>2015-01-06 21:02:30 +0100
commit5244ac0e9c784c402946616f913a8b4fe63af88c (patch)
treebcf65d06fd74515c7697bd3add119e722eda667f /src/core/file_sys/archive_extsavedata.cpp
parentSaveDataCheck: Fixed a typo (diff)
downloadyuzu-5244ac0e9c784c402946616f913a8b4fe63af88c.tar
yuzu-5244ac0e9c784c402946616f913a8b4fe63af88c.tar.gz
yuzu-5244ac0e9c784c402946616f913a8b4fe63af88c.tar.bz2
yuzu-5244ac0e9c784c402946616f913a8b4fe63af88c.tar.lz
yuzu-5244ac0e9c784c402946616f913a8b4fe63af88c.tar.xz
yuzu-5244ac0e9c784c402946616f913a8b4fe63af88c.tar.zst
yuzu-5244ac0e9c784c402946616f913a8b4fe63af88c.zip
Diffstat (limited to '')
-rw-r--r--src/core/file_sys/archive_extsavedata.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/file_sys/archive_extsavedata.cpp b/src/core/file_sys/archive_extsavedata.cpp
index 50ca878e2..b8f8b2ed2 100644
--- a/src/core/file_sys/archive_extsavedata.cpp
+++ b/src/core/file_sys/archive_extsavedata.cpp
@@ -34,7 +34,7 @@ static std::string GetExtDataContainerPath(const std::string& mount_point, bool
}
Archive_ExtSaveData::Archive_ExtSaveData(const std::string& mount_location, bool shared)
- : DiskArchive(GetExtDataContainerPath(mount_location, shared)), concrete_mount_point(mount_point) {
+ : DiskArchive(GetExtDataContainerPath(mount_location, shared)), concrete_mount_point(mount_point) {
LOG_INFO(Service_FS, "Directory %s set as base for ExtSaveData.", mount_point.c_str());
}