Add sceNpPlus to registered modules

This commit is contained in:
RipleyTom 2024-02-05 14:21:25 +01:00 committed by Megamouse
parent 26d406fec3
commit bb9444e19a
2 changed files with 2 additions and 0 deletions

View File

@ -347,6 +347,7 @@ target_sources(rpcs3_emu PRIVATE
Cell/Modules/sceNpCommerce2.cpp
Cell/Modules/sceNp.cpp
Cell/Modules/sceNpMatchingInt.cpp
Cell/Modules/sceNpPlus.cpp
Cell/Modules/sceNpSns.cpp
Cell/Modules/sceNpTrophy.cpp
Cell/Modules/sceNpTus.cpp

View File

@ -279,6 +279,7 @@ static void ppu_initialize_modules(ppu_linkage_info* link, utils::serial* ar = n
&ppu_module_manager::sceNpClans,
&ppu_module_manager::sceNpCommerce2,
&ppu_module_manager::sceNpMatchingInt,
&ppu_module_manager::sceNpPlus,
&ppu_module_manager::sceNpSns,
&ppu_module_manager::sceNpTrophy,
&ppu_module_manager::sceNpTus,