mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
Undo some comment formatting changes from b5104a7
This commit is contained in:
parent
64cf74abb4
commit
1878605d77
7 changed files with 20 additions and 37 deletions
|
@ -89,8 +89,7 @@ std::string CVolumeWAD::GetUniqueID() const
|
|||
std::string CVolumeWAD::GetMakerID() const
|
||||
{
|
||||
char temp[2] = {1};
|
||||
// Some weird channels use 0x0000 in place of the MakerID, so we need a check
|
||||
// there
|
||||
// Some weird channels use 0x0000 in place of the MakerID, so we need a check there
|
||||
if (!Read(0x198 + m_tmd_offset, 2, (u8*)temp) || temp[0] == 0 || temp[1] == 0)
|
||||
return "00";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue