mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-03-28 14:39:43 -06: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 New Issue
Block a user