mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 11:18:36 +12:00
Implement Trophy Manager.
This commit is contained in:
parent
9b8eb089b1
commit
4aa89132d7
10 changed files with 558 additions and 2 deletions
|
@ -195,6 +195,9 @@ error_code sceNpTrophyCreateContext(vm::ptr<u32> context, vm::cptr<SceNpCommunic
|
|||
name = fmt::format("%s_%02d", commId->data, commId->num);
|
||||
}
|
||||
|
||||
// Let the UI know about this commid for the trophy manager.
|
||||
Emu.GetCallbacks().register_trophy_commid_to_ui(name);
|
||||
|
||||
// open trophy pack file
|
||||
fs::file stream(vfs::get("/app_home/../TROPDIR/" + name + "/TROPHY.TRP"));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue