mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 23:11:25 +12:00
Add -Werror=implicit-fallthrough to cmake build
This commit is contained in:
parent
74e084c893
commit
0b984e9a23
9 changed files with 10 additions and 2 deletions
|
@ -1238,6 +1238,7 @@ QString emu_settings::GetLocalizedSetting(const QString& original, emu_settings_
|
|||
default:
|
||||
break;
|
||||
}
|
||||
break;
|
||||
case emu_settings_type::KeyboardType:
|
||||
switch (static_cast<CellKbMappingType>(index))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue