mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-04-18 00:31:35 -06:00
clang and license headers
This commit is contained in:
parent
5f5e03d14c
commit
f91e33267c
@ -1,4 +1,4 @@
|
||||
// Copyright 2017 Citra Emulator Project
|
||||
// Copyright Citra Emulator Project / Lime3DS Emulator Project
|
||||
// Licensed under GPLv2 or any later version
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
|
||||
@ -34,26 +34,26 @@ const std::array<int, Settings::NativeButton::NumButtons> QtConfig::default_butt
|
||||
|
||||
const std::array<std::array<int, 9>, Settings::NativeAnalog::NumAnalogs> QtConfig::default_analogs{{
|
||||
{
|
||||
Qt::Key_Up, // Up
|
||||
Qt::Key_Down, // Down
|
||||
Qt::Key_Left, // Left
|
||||
Qt::Key_Right, // Right
|
||||
Qt::Key_W, // Up-Right
|
||||
Qt::Key_Q, // Up-Left
|
||||
Qt::Key_E, // Down-Right
|
||||
Qt::Key_A, // Down-Left
|
||||
Qt::Key_D // Modifier
|
||||
Qt::Key_Up, // Up
|
||||
Qt::Key_Down, // Down
|
||||
Qt::Key_Left, // Left
|
||||
Qt::Key_Right, // Right
|
||||
Qt::Key_W, // Up-Right
|
||||
Qt::Key_Q, // Up-Left
|
||||
Qt::Key_E, // Down-Right
|
||||
Qt::Key_A, // Down-Left
|
||||
Qt::Key_D // Modifier
|
||||
},
|
||||
{
|
||||
Qt::Key_I, // Up
|
||||
Qt::Key_K, // Down
|
||||
Qt::Key_J, // Left
|
||||
Qt::Key_L, // Right
|
||||
Qt::Key_U, // Up-Right
|
||||
Qt::Key_H, // Up-Left
|
||||
Qt::Key_O, // Down-Right
|
||||
Qt::Key_B, // Down-Left
|
||||
Qt::Key_D // Modifier
|
||||
Qt::Key_I, // Up
|
||||
Qt::Key_K, // Down
|
||||
Qt::Key_J, // Left
|
||||
Qt::Key_L, // Right
|
||||
Qt::Key_U, // Up-Right
|
||||
Qt::Key_H, // Up-Left
|
||||
Qt::Key_O, // Down-Right
|
||||
Qt::Key_B, // Down-Left
|
||||
Qt::Key_D // Modifier
|
||||
},
|
||||
}};
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Copyright 2014 Citra Emulator Project
|
||||
// Copyright Citra Emulator Project / Lime3DS Emulator Project
|
||||
// Licensed under GPLv2 or any later version
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Copyright 2016 Citra Emulator Project
|
||||
// Copyright Citra Emulator Project / Lime3DS Emulator Project
|
||||
// Licensed under GPLv2 or any later version
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Copyright 2016 Citra Emulator Project
|
||||
// Copyright Citra Emulator Project / Lime3DS Emulator Project
|
||||
// Licensed under GPLv2 or any later version
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user