aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/cfg/cfg.cpp
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2016-01-16 17:01:01 -0500
committerSubv <subv2112@gmail.com>2016-03-20 14:52:26 -0500
commit3aa42627a3a35d8a4fb9acdcced24977d1f269cd (patch)
tree187e8911ae3b960c080f486bbf9fdbeeaea980bf /src/core/hle/service/cfg/cfg.cpp
parent95380d895056d8f1336daec95c41c1b022ae2564 (diff)
HLE/FS: Corrected some style concerns.
Diffstat (limited to 'src/core/hle/service/cfg/cfg.cpp')
-rw-r--r--src/core/hle/service/cfg/cfg.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/cfg/cfg.cpp b/src/core/hle/service/cfg/cfg.cpp
index bb2c55612..525432957 100644
--- a/src/core/hle/service/cfg/cfg.cpp
+++ b/src/core/hle/service/cfg/cfg.cpp
@@ -310,6 +310,7 @@ ResultCode UpdateConfigNANDSavegame() {
ResultCode FormatConfig() {
ResultCode res = DeleteConfigNANDSaveFile();
+ // The delete command fails if the file doesn't exist, so we have to check that too
if (!res.IsSuccess() && res.description != ErrorDescription::FS_NotFound)
return res;
// Delete the old data