From e121b228ea794637ba7dfb491403d658bc558af8 Mon Sep 17 00:00:00 2001 From: Ultra <113462733+UltraDaCat@users.noreply.github.com> Date: Wed, 4 Mar 2026 19:57:59 +0100 Subject: [PATCH] =?UTF-8?q?Clang=20and=20Copyright=C2=A9=20year=20(#4099)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * copyright year + clang :) * clang * that did it hopefully? --- src/core/libraries/pad/pad_errors.h | 6 +++--- src/input/controller.cpp | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/core/libraries/pad/pad_errors.h b/src/core/libraries/pad/pad_errors.h index 0fefa16e7..bb2a2e9ac 100644 --- a/src/core/libraries/pad/pad_errors.h +++ b/src/core/libraries/pad/pad_errors.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: Copyright 2024 shadPS4 Emulator Project +// SPDX-FileCopyrightText: Copyright 2024-2026 shadPS4 Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later #pragma once @@ -21,5 +21,5 @@ constexpr int ORBIS_PAD_ERROR_INVALID_REPORT_LENGTH = 0x80920103; constexpr int ORBIS_PAD_ERROR_INVALID_REPORT_ID = 0x80920104; constexpr int ORBIS_PAD_ERROR_SEND_AGAIN = 0x80920105; -constexpr s32 ORBIS_DEVICE_SERVICE_ERROR_INVALID_USER = 0x809b0001; -constexpr s32 ORBIS_DEVICE_SERVICE_ERROR_USER_NOT_LOGIN = 0x809b0081; \ No newline at end of file +constexpr s32 ORBIS_DEVICE_SERVICE_ERROR_INVALID_USER = 0x809b0001; +constexpr s32 ORBIS_DEVICE_SERVICE_ERROR_USER_NOT_LOGIN = 0x809b0081; diff --git a/src/input/controller.cpp b/src/input/controller.cpp index 7dfc32b11..cf72f6dfd 100644 --- a/src/input/controller.cpp +++ b/src/input/controller.cpp @@ -8,10 +8,10 @@ #include "common/logging/log.h" #include "controller.h" #include "core/emulator_settings.h" -#include "core/user_settings.h" #include "core/libraries/kernel/time.h" #include "core/libraries/pad/pad.h" #include "core/libraries/system/userservice.h" +#include "core/user_settings.h" #include "input/controller.h" namespace Input {