summaryrefslogtreecommitdiff
path: root/src/input_common/drivers/android.h
diff options
context:
space:
mode:
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;