New3DS: Minor style cleanup to #1520.

This commit is contained in:
bunnei 2016-05-24 17:22:44 -04:00
parent 2e5e7d9be0
commit c106f71beb
4 changed files with 6 additions and 6 deletions

View file

@ -42,7 +42,7 @@ static const std::array<Values, NUM_INPUTS> All = {{
struct Values {
// CheckNew3DS
bool is_new3ds;
bool is_new_3ds;
// Controls
std::array<int, NativeInput::NUM_INPUTS> input_mappings;