clang and license headers

This commit is contained in:
kleidis 2024-09-13 15:00:37 +02:00 committed by OpenSauce04
parent 5f5e03d14c
commit f91e33267c
5 changed files with 22 additions and 22 deletions

View File

@ -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.

View File

@ -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
},
}};

View File

@ -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.

View File

@ -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.

View File

@ -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.