mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 01:38:37 +12:00
sys_ss: Further implemented Update Manager service for VSH
This commit is contained in:
parent
6a570ae57e
commit
42b388317e
4 changed files with 257 additions and 38 deletions
|
@ -3460,7 +3460,7 @@ utils::serial* Emulator::DeserialManager() const
|
|||
|
||||
bool Emulator::IsVsh()
|
||||
{
|
||||
return g_ps3_process_info.get_cellos_appname() == "vsh.self"sv;
|
||||
return g_ps3_process_info.self_info.prog_id_hdr.program_authority_id >> 52 == 0x107; // Not only VSH but also all LV2 SELFs need the special treatment
|
||||
}
|
||||
|
||||
bool Emulator::IsValidSfb(const std::string& path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue