mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-27 12:34:37 +00:00
added logging for sceNetSetsockopt
This commit is contained in:
parent
395258cb3a
commit
a375e307e8
@ -1449,6 +1449,7 @@ int PS4_SYSV_ABI sceNetSetDnsInfoToKernel() {
|
||||
|
||||
int PS4_SYSV_ABI sceNetSetsockopt(OrbisNetId s, int level, int optname, const void* optval,
|
||||
u32 optlen) {
|
||||
LOG_INFO(Lib_Net, "s={} level={} optname={} optlen={}", s, level, optname, optlen);
|
||||
if (!g_isNetInitialized) {
|
||||
return ORBIS_NET_ERROR_ENOTINIT;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user