summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/file_sys/errors.h')
-rw-r--r--src/core/file_sys/errors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/file_sys/errors.h b/src/core/file_sys/errors.h
index 1f3b8fa84..a152dbd33 100644
--- a/src/core/file_sys/errors.h
+++ b/src/core/file_sys/errors.h
@@ -11,7 +11,7 @@ namespace FileSys {
namespace ErrCodes {
enum {
NotFound = 1,
- SaveDataNotFound = 1002,
+ TitleNotFound = 1002,
SdCardNotFound = 2001,
RomFSNotFound = 2520,
};