mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 12:48:57 +00:00
Merge pull request #893 from rohitnirmal/scan-build-fixes
Scan build fixes
This commit is contained in:
commit
532b7bb7da
4 changed files with 4 additions and 5 deletions
|
@ -156,7 +156,7 @@ u64 CVolumeGC::GetRawSize() const
|
|||
|
||||
bool CVolumeGC::IsDiscTwo() const
|
||||
{
|
||||
bool discTwo;
|
||||
bool discTwo = false;
|
||||
Read(6,1, (u8*) &discTwo);
|
||||
return discTwo;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue