summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorGravatar german772021-11-19 10:56:52 -0600
committerGravatar Narr the Reg2021-11-24 20:30:28 -0600
commit922aa9410a78ef9d6fd5b5d4455375d512333239 (patch)
tree927b29ea8996c2a0e10beed9ed3453f85b939c8e /src/core
parentkraken: Address comments from review (diff)
downloadyuzu-922aa9410a78ef9d6fd5b5d4455375d512333239.tar.gz
yuzu-922aa9410a78ef9d6fd5b5d4455375d512333239.tar.xz
yuzu-922aa9410a78ef9d6fd5b5d4455375d512333239.zip
bootmanager: Use cross-platform keyboard input
Diffstat (limited to 'src/core')
-rw-r--r--src/core/hid/hid_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hid/hid_core.h b/src/core/hid/hid_core.h
index 1fe2fd89b..609f40f3b 100644
--- a/src/core/hid/hid_core.h
+++ b/src/core/hid/hid_core.h
@@ -52,7 +52,7 @@ public:
52 void UnloadInputDevices(); 52 void UnloadInputDevices();
53 53
54 /// Number of emulated controllers 54 /// Number of emulated controllers
55 const std::size_t available_controllers{10}; 55 static constexpr std::size_t available_controllers{10};
56 56
57private: 57private:
58 std::unique_ptr<EmulatedController> player_1; 58 std::unique_ptr<EmulatedController> player_1;