mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-30 14:04:55 +00:00
Update file_system.cpp
This commit is contained in:
parent
e356494fe8
commit
2c389245de
@ -169,8 +169,8 @@ s32 PS4_SYSV_ABI open(const char* raw_path, s32 flags, u16 mode) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (e == EACCES) {
|
if (e == EACCES) {
|
||||||
// Windows-specific hack, ignore the error and continue as normal.
|
// Hack to bypass some platform limitations, ignore the error and continue as normal.
|
||||||
LOG_WARNING(Kernel_Fs, "Trying to open a directory on Windows");
|
LOG_WARNING(Kernel_Fs, "Opening directories is not fully supported on this platform");
|
||||||
e = 0;
|
e = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user