diff options
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/hle/service/fs/archive.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/hle/service/fs/archive.cpp b/src/core/hle/service/fs/archive.cpp index 5c1235f8b..632712f2c 100644 --- a/src/core/hle/service/fs/archive.cpp +++ b/src/core/hle/service/fs/archive.cpp | |||
| @@ -51,11 +51,6 @@ static constexpr Kernel::Handle INVALID_HANDLE{}; | |||
| 51 | namespace Service { | 51 | namespace Service { |
| 52 | namespace FS { | 52 | namespace FS { |
| 53 | 53 | ||
| 54 | // TODO: Verify code | ||
| 55 | /// Returned when a function is passed an invalid handle. | ||
| 56 | const ResultCode ERR_INVALID_HANDLE(ErrorDescription::InvalidHandle, ErrorModule::FS, | ||
| 57 | ErrorSummary::InvalidArgument, ErrorLevel::Permanent); | ||
| 58 | |||
| 59 | // Command to access archive file | 54 | // Command to access archive file |
| 60 | enum class FileCommand : u32 { | 55 | enum class FileCommand : u32 { |
| 61 | Dummy1 = 0x000100C6, | 56 | Dummy1 = 0x000100C6, |