From 589b6427909dfc7a4b5ee1a64cb86d38d459b0f3 Mon Sep 17 00:00:00 2001 From: wwylele Date: Tue, 29 Nov 2016 00:52:11 +0200 Subject: FileSys: Implement OtherSaveData --- src/core/hle/result.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/hle/result.h') diff --git a/src/core/hle/result.h b/src/core/hle/result.h index f7356f9d8..8d29117a8 100644 --- a/src/core/hle/result.h +++ b/src/core/hle/result.h @@ -22,6 +22,7 @@ enum class ErrorDescription : u32 { FS_ArchiveNotMounted = 101, FS_FileNotFound = 112, FS_PathNotFound = 113, + FS_GameCardNotInserted = 141, FS_NotFound = 120, FS_FileAlreadyExists = 180, FS_DirectoryAlreadyExists = 185, -- cgit v1.2.3