libSceHttp2 Stubs (#2139)

* Auto-generate libSceHttp2

* Improved stub for sceHttp2Init

Needed for updated versions of Cyberpunk 2077.

Parameters are based on fpPS4, while the stub itself is based on similar stubs in our other networking libraries.

* Clang

I guess the line length calculations in the moduleGenerator are still not perfect?
This commit is contained in:
Stephen Miller 2025-01-12 14:27:54 -06:00 committed by GitHub
parent 394331f206
commit c6ab149c56
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 438 additions and 0 deletions

View file

@ -254,6 +254,8 @@ set(KERNEL_LIB src/core/libraries/kernel/sync/mutex.cpp
set(NETWORK_LIBS src/core/libraries/network/http.cpp
src/core/libraries/network/http.h
src/core/libraries/network/http2.cpp
src/core/libraries/network/http2.h
src/core/libraries/network/net.cpp
src/core/libraries/network/netctl.cpp
src/core/libraries/network/netctl.h