[Emulator] Added logging file extension and magic value
This commit is contained in:
parent
0474053931
commit
6ac53cb982
|
@ -505,6 +505,7 @@ Emulator::FileSignatureType Emulator::GetFileSignature(
|
|||
return FileSignatureType::XISO;
|
||||
}
|
||||
|
||||
|
||||
XELOGE("{}: {} ({:08X})", __func__, path.extension(), magic_value);
|
||||
return FileSignatureType::Unknown;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue