mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-29 22:20:48 +00:00
System.cpp: Updated the definition of user-space LV2 CoreOS SELFs
This commit is contained in:
parent
112f1016ed
commit
b2842dcd52
@ -3465,7 +3465,7 @@ utils::serial* Emulator::DeserialManager() const
|
|||||||
|
|
||||||
bool Emulator::IsVsh()
|
bool Emulator::IsVsh()
|
||||||
{
|
{
|
||||||
return g_ps3_process_info.self_info.valid && (g_ps3_process_info.self_info.prog_id_hdr.program_authority_id >> 52 == 0x107); // Not only VSH but also most CoreOS LV2 SELFs need the special treatment
|
return g_ps3_process_info.self_info.valid && (g_ps3_process_info.self_info.prog_id_hdr.program_authority_id >> 36 == 0x1070000); // Not only VSH but also most CoreOS LV2 SELFs need the special treatment
|
||||||
}
|
}
|
||||||
|
|
||||||
bool Emulator::IsValidSfb(const std::string& path)
|
bool Emulator::IsValidSfb(const std::string& path)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user