mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-14 16:57:59 -05:00
Archives: Addressed some comments
This commit is contained in:
@ -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());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user