summaryrefslogtreecommitdiffstats
path: root/src/input_common/main.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2022-01-24 17:39:17 +0100
committerLioncash <mathew1800@gmail.com>2022-01-24 17:39:20 +0100
commit8bb39750a1f0ebe9b9a30b58188198123e69598a (patch)
tree74bbbb1e88eb45e9a76b742b535909b45c318996 /src/input_common/main.h
parentinput_common/input_mapping: Default constructor (diff)
downloadyuzu-8bb39750a1f0ebe9b9a30b58188198123e69598a.tar
yuzu-8bb39750a1f0ebe9b9a30b58188198123e69598a.tar.gz
yuzu-8bb39750a1f0ebe9b9a30b58188198123e69598a.tar.bz2
yuzu-8bb39750a1f0ebe9b9a30b58188198123e69598a.tar.lz
yuzu-8bb39750a1f0ebe9b9a30b58188198123e69598a.tar.xz
yuzu-8bb39750a1f0ebe9b9a30b58188198123e69598a.tar.zst
yuzu-8bb39750a1f0ebe9b9a30b58188198123e69598a.zip
Diffstat (limited to '')
-rw-r--r--src/input_common/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_common/main.h b/src/input_common/main.h
index c6f97f691..baf107e0f 100644
--- a/src/input_common/main.h
+++ b/src/input_common/main.h
@@ -126,7 +126,7 @@ public:
void BeginMapping(Polling::InputType type);
/// Returns an input event with mapping information.
- [[nodiscard]] const Common::ParamPackage GetNextInput() const;
+ [[nodiscard]] Common::ParamPackage GetNextInput() const;
/// Stop polling from all backends.
void StopMapping() const;