mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-03 13:31:18 +12:00
coreinit: Correctly return success code in FSRemove
This commit is contained in:
parent
9a4f945f33
commit
8651c4bae7
1 changed files with 0 additions and 1 deletions
|
@ -262,7 +262,6 @@ public:
|
||||||
cemu_assert_unimplemented(); // return correct error (e.g. if directory is non-empty)
|
cemu_assert_unimplemented(); // return correct error (e.g. if directory is non-empty)
|
||||||
*fscStatus = FSC_STATUS_FILE_NOT_FOUND;
|
*fscStatus = FSC_STATUS_FILE_NOT_FOUND;
|
||||||
}
|
}
|
||||||
*fscStatus = FSC_STATUS_FILE_NOT_FOUND;
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue