fs: properly implement OperateRangeWithBuffer, correct OperationId names.
This commit is contained in:
@@ -73,7 +73,7 @@ namespace ams::fssystem {
|
||||
|
||||
virtual Result DoOperateRange(void *dst, size_t dst_size, fs::OperationId op_id, s64 offset, s64 size, const void *src, size_t src_size) override {
|
||||
switch (op_id) {
|
||||
case fs::OperationId::InvalidateCache:
|
||||
case fs::OperationId::Invalidate:
|
||||
case fs::OperationId::QueryRange:
|
||||
{
|
||||
R_UNLESS(offset >= 0, fs::ResultOutOfRange());
|
||||
|
||||
Reference in New Issue
Block a user