summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/bcat/bcat_result.h
diff options
context:
space:
mode:
authorNarr the Reg <juangerman-13@hotmail.com>2024-02-09 17:31:35 +0100
committerNarr the Reg <juangerman-13@hotmail.com>2024-02-10 07:23:23 +0100
commit816d03f7d96278c5b3d2604f94901270b10d4167 (patch)
tree3ef3a65b365de1217d60b9aad6a6d063e800e07b /src/core/hle/service/bcat/bcat_result.h
parentservice: bcat: Implement news interfaces (diff)
downloadyuzu-816d03f7d96278c5b3d2604f94901270b10d4167.tar
yuzu-816d03f7d96278c5b3d2604f94901270b10d4167.tar.gz
yuzu-816d03f7d96278c5b3d2604f94901270b10d4167.tar.bz2
yuzu-816d03f7d96278c5b3d2604f94901270b10d4167.tar.lz
yuzu-816d03f7d96278c5b3d2604f94901270b10d4167.tar.xz
yuzu-816d03f7d96278c5b3d2604f94901270b10d4167.tar.zst
yuzu-816d03f7d96278c5b3d2604f94901270b10d4167.zip
Diffstat (limited to 'src/core/hle/service/bcat/bcat_result.h')
-rw-r--r--src/core/hle/service/bcat/bcat_result.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/hle/service/bcat/bcat_result.h b/src/core/hle/service/bcat/bcat_result.h
index d711924b1..edf8a6564 100644
--- a/src/core/hle/service/bcat/bcat_result.h
+++ b/src/core/hle/service/bcat/bcat_result.h
@@ -12,9 +12,4 @@ constexpr Result ResultFailedOpenEntity{ErrorModule::BCAT, 2};
constexpr Result ResultEntityAlreadyOpen{ErrorModule::BCAT, 6};
constexpr Result ResultNoOpenEntry{ErrorModule::BCAT, 7};
-// The command to clear the delivery cache just calls fs IFileSystem DeleteFile on all of the
-// files and if any of them have a non-zero result it just forwards that result. This is the FS
-// error code for permission denied, which is the closest approximation of this scenario.
-constexpr Result ResultFailedClearCache{ErrorModule::FS, 6400};
-
} // namespace Service::BCAT