Add libSceNpWebApi (#2150)

Includes a dummy return for sceNpWebApiInitialize, to make it return a positive value.
This commit is contained in:
Stephen Miller 2025-01-15 05:19:41 -06:00 committed by GitHub
parent 5040be1640
commit c10f9b8269
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 814 additions and 0 deletions

View file

@ -430,6 +430,8 @@ set(NP_LIBS src/core/libraries/np_common/np_common.cpp
src/core/libraries/np_trophy/trophy_ui.cpp
src/core/libraries/np_trophy/trophy_ui.h
src/core/libraries/np_trophy/np_trophy_error.h
src/core/libraries/np_web_api/np_web_api.cpp
src/core/libraries/np_web_api/np_web_api.h
)
set(MISC_LIBS src/core/libraries/screenshot/screenshot.cpp