sys_usbd: USB VID/PID logging format fixup

This commit is contained in:
brian218 2023-06-05 00:45:04 +08:00 committed by kd-11
parent 42b388317e
commit da0c9c2ce9
2 changed files with 10 additions and 18 deletions

View file

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