mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-23 11:13:19 +01:00
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
This commit is contained in:
parent
b5cbe02f4d
commit
9717e19be2
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user