mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
WiimoteReal: Explicitly break instead of fallthrough in IsBalanceBoard()
Same behavior, no compiler warnings.
This commit is contained in:
@ -419,6 +419,7 @@ bool Wiimote::IsBalanceBoard()
|
|||||||
"Failed to read from 0xa400fe, assuming Wiimote is not a Balance Board.");
|
"Failed to read from 0xa400fe, assuming Wiimote is not a Balance Board.");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user