mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 19:28:43 +12: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue