summaryrefslogtreecommitdiff
path: root/src/input_common/drivers/android.h
diff options
context:
space:
mode:
authorZephyron <zephyron@citron-emu.org>2024-12-31 17:07:49 +1000
committerZephyron <zephyron@citron-emu.org>2024-12-31 17:07:49 +1000
commitb3facaa6bb30cdc39f2b7d632fef1e3bfeee7785 (patch)
tree77d03cd30542cd5e1addc61f240b8120a5909e90 /src/input_common/drivers/android.h
parent6778aa8ec8e5fa0d246ac4b9ec00c10213c30ce5 (diff)
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.
Diffstat (limited to 'src/input_common/drivers/android.h')
-rw-r--r--src/input_common/drivers/android.h8
1 files changed, 4 insertions, 4 deletions
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<Common::ParamPackage> 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<s32> GetDeviceAxes(JNIEnv* env, jobject& j_device) const;