mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00: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