mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-18 09:02:39 +00:00
Merge #15
This commit is contained in:
parent
7d8fe0f105
commit
871da4e307
275 changed files with 33002 additions and 27474 deletions
|
@ -256,7 +256,7 @@ std::string VolumeWAD::GetMakerID(const Partition& partition) const
|
|||
return "00";
|
||||
|
||||
// Some weird channels use 0x0000 in place of the MakerID, so we need a check here
|
||||
if (!IsPrintableCharacter(temp[0]) || !IsPrintableCharacter(temp[1]))
|
||||
if (!Common::IsPrintableCharacter(temp[0]) || !Common::IsPrintableCharacter(temp[1]))
|
||||
return "00";
|
||||
|
||||
return DecodeString(temp);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue