mirror of
https://github.com/izzy2lost/WeeU.git
synced 2026-07-06 00:19:59 -07:00
coreinit: Correctly return success code in FSRemove
This commit is contained in:
@@ -262,7 +262,6 @@ public:
|
||||
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;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user