mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Initialize variables to silence garbage return warning from scan-build.
This commit is contained in:
@ -157,7 +157,7 @@ u64 CVolumeGC::GetRawSize() const
|
||||
|
||||
bool CVolumeGC::IsDiscTwo() const
|
||||
{
|
||||
bool discTwo;
|
||||
bool discTwo = false;
|
||||
Read(6,1, (u8*) &discTwo);
|
||||
return discTwo;
|
||||
}
|
||||
|
Reference in New Issue
Block a user