HLE/FS: Corrected some style concerns.
This commit is contained in:
parent
95380d8950
commit
3aa42627a3
8 changed files with 12 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue