mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 11:18:36 +12:00
Make trophy dialog smarter and not need the silly file. Can load all games by default now.
This commit is contained in:
parent
3d0dced4bd
commit
47bacc0ef0
5 changed files with 26 additions and 42 deletions
|
@ -195,9 +195,6 @@ 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