mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-01-28 01:08:24 +00:00
remove BADF return
This commit is contained in:
parent
3563b88d8c
commit
84a341dce5
|
@ -27,7 +27,7 @@ public:
|
|||
}
|
||||
|
||||
size_t writev(const Libraries::Kernel::SceKernelIovec* iov, int iovcnt) override {
|
||||
return ORBIS_KERNEL_ERROR_EBADF;
|
||||
return 0;
|
||||
}
|
||||
|
||||
s64 preadv(const Libraries::Kernel::SceKernelIovec* iov, int iovcnt, u64 offset) override {
|
||||
|
|
Loading…
Reference in a new issue