WiimoteEmu: Fix turntable_button_names size

Three elements were removed, but because of an oversight the array
size was not changed to match.
This commit is contained in:
Léo Lam 2018-04-14 23:48:16 +02:00
parent 783e4ec2fa
commit 0a481c0663

View File

@ -34,7 +34,7 @@ constexpr std::array<u16, 9> turntable_button_bitmasks{{
Turntable::BUTTON_EUPHORIA, Turntable::BUTTON_EUPHORIA,
}}; }};
constexpr std::array<const char*, 9> turntable_button_names{{ constexpr std::array<const char*, 6> turntable_button_names{{
_trans("Green Left"), _trans("Green Left"),
_trans("Red Left"), _trans("Red Left"),
_trans("Blue Left"), _trans("Blue Left"),