summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/hle/service/fs/archive.cpp5
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{};
51namespace Service { 51namespace Service {
52namespace FS { 52namespace FS {
53 53
54// TODO: Verify code
55/// Returned when a function is passed an invalid handle.
56const 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
60enum class FileCommand : u32 { 55enum class FileCommand : u32 {
61 Dummy1 = 0x000100C6, 56 Dummy1 = 0x000100C6,