diff --git a/rpcs3/Emu/CMakeLists.txt b/rpcs3/Emu/CMakeLists.txt index edb315eb7e..080789e07b 100644 --- a/rpcs3/Emu/CMakeLists.txt +++ b/rpcs3/Emu/CMakeLists.txt @@ -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 diff --git a/rpcs3/Emu/Cell/PPUModule.cpp b/rpcs3/Emu/Cell/PPUModule.cpp index 2b5580f108..4250cc1744 100644 --- a/rpcs3/Emu/Cell/PPUModule.cpp +++ b/rpcs3/Emu/Cell/PPUModule.cpp @@ -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,