mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-23 19:06:18 +00:00
Add libSceNpWebApi (#2150)
Includes a dummy return for sceNpWebApiInitialize, to make it return a positive value.
This commit is contained in:
parent
5040be1640
commit
c10f9b8269
6 changed files with 814 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue