Merge branch 'main' into fontlib

This commit is contained in:
georgemoralis 2025-11-05 22:26:42 +02:00 committed by GitHub
commit 21a3f64ab7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1285,7 +1285,8 @@ u16 PS4_SYSV_ABI sceNetNtohs(u16 net16) {
int PS4_SYSV_ABI sceNetPoolCreate(const char* name, int size, int flags) {
LOG_ERROR(Lib_Net, "(DUMMY) name = {} size = {} flags = {} ", std::string(name), size, flags);
return ORBIS_OK;
static s32 id = 1;
return id++;
}
int PS4_SYSV_ABI sceNetPoolDestroy() {