mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 08:22:32 +00:00
Update comment
This commit is contained in:
parent
3f54872c53
commit
7936c0097f
@ -166,7 +166,7 @@ s32 PS4_SYSV_ABI open(const char* raw_path, s32 flags, u16 mode) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (e != 0) {
|
if (e != 0) {
|
||||||
// IOFile code uses platform specific errnos, they must be converted to POSIX errnos.
|
// Open failed in platform-specific code, errno needs to be converted.
|
||||||
h->DeleteHandle(handle);
|
h->DeleteHandle(handle);
|
||||||
SetPosixErrno(e);
|
SetPosixErrno(e);
|
||||||
return -1;
|
return -1;
|
||||||
|
Loading…
Reference in New Issue
Block a user