WiimoteReal: Explicitly break instead of fallthrough in IsBalanceBoard()

Same behavior, no compiler warnings.
This commit is contained in:
Lioncash 2024-01-23 16:22:08 -05:00
parent 28e93827db
commit adb79d4e32
1 changed files with 1 additions and 0 deletions

View File

@ -419,6 +419,7 @@ bool Wiimote::IsBalanceBoard()
"Failed to read from 0xa400fe, assuming Wiimote is not a Balance Board.");
return false;
}
break;
}
default:
break;