mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 07:51:28 +12:00
sys_usbd: USB VID/PID logging format fixup
This commit is contained in:
parent
42b388317e
commit
da0c9c2ce9
2 changed files with 10 additions and 18 deletions
|
@ -3460,7 +3460,7 @@ utils::serial* Emulator::DeserialManager() const
|
|||
|
||||
bool Emulator::IsVsh()
|
||||
{
|
||||
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
|
||||
return 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
|
||||
}
|
||||
|
||||
bool Emulator::IsValidSfb(const std::string& path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue