mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 22:47:58 -05:00
New3DS: Minor style cleanup to #1520.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user