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

@ -104,6 +104,7 @@ bool ParseFilterRule(Filter& instance, Iterator begin, Iterator end) {
SUB(Lib, NpManager) \
SUB(Lib, NpScore) \
SUB(Lib, NpTrophy) \
SUB(Lib, NpWebApi) \
SUB(Lib, Screenshot) \
SUB(Lib, LibCInternal) \
SUB(Lib, AppContent) \

View file

@ -71,6 +71,7 @@ enum class Class : u8 {
Lib_NpManager, ///< The LibSceNpManager implementation
Lib_NpScore, ///< The LibSceNpScore implementation
Lib_NpTrophy, ///< The LibSceNpTrophy implementation
Lib_NpWebApi, ///< The LibSceWebApi implementation
Lib_Screenshot, ///< The LibSceScreenshot implementation
Lib_LibCInternal, ///< The LibCInternal implementation.
Lib_AppContent, ///< The LibSceAppContent implementation.