mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-11 10:38:00 -05:00
HLE/FS: Corrected some style concerns.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user