diff --git a/rpcs3/Emu/Cell/Modules/sceNpTrophy.cpp b/rpcs3/Emu/Cell/Modules/sceNpTrophy.cpp index 2f8b7a1253..a2341f2069 100644 --- a/rpcs3/Emu/Cell/Modules/sceNpTrophy.cpp +++ b/rpcs3/Emu/Cell/Modules/sceNpTrophy.cpp @@ -316,7 +316,7 @@ error_code sceNpTrophyRegisterContext(ppu_thread& ppu, u32 context, u32 handle, // * Installed // We will go with the easy path of Installed, and that's it. - auto statuses = {SCE_NP_TROPHY_STATUS_NOT_INSTALLED, + auto statuses = {SCE_NP_TROPHY_STATUS_INSTALLED, SCE_NP_TROPHY_STATUS_PROCESSING_SETUP, SCE_NP_TROPHY_STATUS_PROCESSING_PROGRESS, SCE_NP_TROPHY_STATUS_PROCESSING_FINALIZE,