From b3facaa6bb30cdc39f2b7d632fef1e3bfeee7785 Mon Sep 17 00:00:00 2001 From: Zephyron Date: Tue, 31 Dec 2024 17:07:49 +1000 Subject: chore: update project references and add Citron copyright - Replaced all references to the old project name with Citron. - Added Citron copyright information alongside existing notices in all files. --- src/input_common/drivers/android.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/input_common/drivers/android.h') diff --git a/src/input_common/drivers/android.h b/src/input_common/drivers/android.h index 03e2b2c98..e008ae772 100644 --- a/src/input_common/drivers/android.h +++ b/src/input_common/drivers/android.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: Copyright 2024 yuzu Emulator Project +// SPDX-FileCopyrightText: Copyright 2024 yuzu Emulator Project & 2025 citron Homebrew Project // SPDX-License-Identifier: GPL-3.0-or-later #pragma once @@ -21,7 +21,7 @@ public: /** * Registers controller number to accept new inputs. - * @param j_input_device YuzuInputDevice object from the Android frontend to register. + * @param j_input_device CitronInputDevice object from the Android frontend to register. */ void RegisterController(jobject j_input_device); @@ -62,9 +62,9 @@ public: std::vector GetInputDevices() const override; /** - * Gets the axes reported by the YuzuInputDevice. + * Gets the axes reported by the CitronInputDevice. * @param env JNI environment pointer. - * @param j_device YuzuInputDevice from the Android frontend. + * @param j_device CitronInputDevice from the Android frontend. * @return Set of the axes reported by the underlying Android InputDevice */ std::set GetDeviceAxes(JNIEnv* env, jobject& j_device) const; -- cgit v1.2.3