mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-22 10:04:39 +00:00
Update src/core/libraries/network/p2p_sockets.cpp
Co-authored-by: kalaposfos13 <153381648+kalaposfos13@users.noreply.github.com>
This commit is contained in:
parent
262be4a358
commit
f82c5a221e
@ -72,4 +72,8 @@ int P2PSocket::write(const void* buf, size_t len) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
int P2PSocket::fstat(Libraries::Kernel::OrbisKernelStat* stat) {
|
||||
LOG_ERROR(Lib_Net, "(STUBBED) called");
|
||||
return 0;
|
||||
}
|
||||
} // namespace Libraries::Net
|
Loading…
Reference in New Issue
Block a user