From 5f57a70a7d49af76f54b390cee49bf970880323e Mon Sep 17 00:00:00 2001 From: Subv Date: Tue, 12 Jun 2018 13:42:04 -0500 Subject: Services/FS: Return the correct error code when trying to mount a nonexistent savedata. --- src/core/file_sys/errors.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/file_sys') diff --git a/src/core/file_sys/errors.h b/src/core/file_sys/errors.h index 0ed7d2a0c..d3e9a3829 100644 --- a/src/core/file_sys/errors.h +++ b/src/core/file_sys/errors.h @@ -11,6 +11,7 @@ namespace FileSys { namespace ErrCodes { enum { NotFound = 1, + SaveDataNotFound = 1002, }; } -- cgit v1.2.3