Skip to content
Snippets Groups Projects
Commit 123a76c9 authored by Subv's avatar Subv
Browse files

SaveDataCheck: Fixed a typo

parent 90dffe3f
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
namespace FileSys { namespace FileSys {
static std::string GetSaveDataCheckContainerPath(const std::string& mount_point) { static std::string GetSaveDataCheckContainerPath(const std::string& mount_point) {
return Common::StringFromFormat("%s%s/title", mount_point.c_str(), SYSTEM_ID.c_str()); return Common::StringFromFormat("%s%s/title/", mount_point.c_str(), SYSTEM_ID.c_str());
} }
static std::string GetSaveDataCheckPath(const std::string& mount_point, u32 high, u32 low) { static std::string GetSaveDataCheckPath(const std::string& mount_point, u32 high, u32 low) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment