diff --git a/src/citron/configuration/configure_input_player.h b/src/citron/configuration/configure_input_player.h index fda09e925..79812ffe5 100644 --- a/src/citron/configuration/configure_input_player.h +++ b/src/citron/configuration/configure_input_player.h @@ -1,4 +1,5 @@ // SPDX-FileCopyrightText: 2016 Citra Emulator Project +// SPDX-FileCopyrightText: 2025 citron Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later #pragma once @@ -11,6 +12,7 @@ #include #include +#include #include "common/param_package.h" #include "common/settings.h" @@ -167,6 +169,12 @@ private: /// Saves the current controller configuration into a selected controller profile. void SaveProfile(); + /// Implements a feature to change the controllers color manually. + void OnButtonChooseColor(); + + /// Toggles the gyro visibility for the overlay + void OnButtonToggleGyro(); + std::unique_ptr ui; std::size_t player_index;