mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-30 14:04:55 +00:00
Clang
This commit is contained in:
parent
9532c07c34
commit
1efce1ac0c
@ -132,7 +132,6 @@ s32 PS4_SYSV_ABI open(const char* raw_path, s32 flags, u16 mode) {
|
|||||||
file->type = Core::FileSys::FileType::Regular;
|
file->type = Core::FileSys::FileType::Regular;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if (directory) {
|
if (directory) {
|
||||||
if (!std::filesystem::is_directory(file->m_host_name)) {
|
if (!std::filesystem::is_directory(file->m_host_name)) {
|
||||||
// If the opened file is not a directory, return ENOTDIR.
|
// If the opened file is not a directory, return ENOTDIR.
|
||||||
|
Loading…
Reference in New Issue
Block a user