summaryrefslogtreecommitdiffstats
path: root/src/core/hid/emulated_devices.h
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2021-11-05 02:05:58 +0100
committerNarr the Reg <juangerman-13@hotmail.com>2021-11-25 03:30:27 +0100
commite7eee36d52259321b938c350cb37a3b115953229 (patch)
tree8ca3f8f69829f6e5e80311ecf7224455c1a11107 /src/core/hid/emulated_devices.h
parent UI nits (diff)
downloadyuzu-e7eee36d52259321b938c350cb37a3b115953229.tar
yuzu-e7eee36d52259321b938c350cb37a3b115953229.tar.gz
yuzu-e7eee36d52259321b938c350cb37a3b115953229.tar.bz2
yuzu-e7eee36d52259321b938c350cb37a3b115953229.tar.lz
yuzu-e7eee36d52259321b938c350cb37a3b115953229.tar.xz
yuzu-e7eee36d52259321b938c350cb37a3b115953229.tar.zst
yuzu-e7eee36d52259321b938c350cb37a3b115953229.zip
Diffstat (limited to 'src/core/hid/emulated_devices.h')
-rw-r--r--src/core/hid/emulated_devices.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/hid/emulated_devices.h b/src/core/hid/emulated_devices.h
index 418b2f9b5..d49d6d78a 100644
--- a/src/core/hid/emulated_devices.h
+++ b/src/core/hid/emulated_devices.h
@@ -15,7 +15,6 @@
#include "common/param_package.h"
#include "common/settings.h"
#include "core/hid/hid_types.h"
-#include "core/hid/motion_input.h"
namespace Core::HID {
@@ -103,7 +102,7 @@ public:
/// Reverts any mapped changes made that weren't saved
void RestoreConfig();
- /// Returns the current mapped motion device
+ /// Returns the current mapped mouse button device
Common::ParamPackage GetMouseButtonParam(std::size_t index) const;
/**