summaryrefslogtreecommitdiffstats
path: root/src/core/hid/hid_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hid/hid_core.h')
-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:
void UnloadInputDevices();
/// Number of emulated controllers
- const std::size_t available_controllers{10};
+ static constexpr std::size_t available_controllers{10};
private:
std::unique_ptr<EmulatedController> player_1;