From 9717e19be2ab5aab2c133544857cb55b94089434 Mon Sep 17 00:00:00 2001 From: isshininu Date: Sat, 22 Dec 2018 15:53:38 +0300 Subject: [PATCH] sceNpTrophy: use SCE_NP_TROPHY_STATUS_INSTALLED instead of SCE_NP_TROPHY_STATUS_NOT_INSTALLED * Update sceNpTrophy.cpp * Revert "Update sceNpTrophy.cpp" * Update sceNpTrophy.cpp * Update sceNpTrophy.cpp --- rpcs3/Emu/Cell/Modules/sceNpTrophy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,