sys_ss: Further implemented Update Manager service for VSH

This commit is contained in:
brian218 2023-06-05 00:45:04 +08:00 committed by kd-11
parent 6a570ae57e
commit 42b388317e
4 changed files with 257 additions and 38 deletions

View file

@ -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)