diff options
author | german77 <juangerman-13@hotmail.com> | 2021-11-19 17:56:52 +0100 |
---|---|---|
committer | Narr the Reg <juangerman-13@hotmail.com> | 2021-11-25 03:30:28 +0100 |
commit | 922aa9410a78ef9d6fd5b5d4455375d512333239 (patch) | |
tree | 927b29ea8996c2a0e10beed9ed3453f85b939c8e /src/core | |
parent | kraken: Address comments from review (diff) | |
download | yuzu-922aa9410a78ef9d6fd5b5d4455375d512333239.tar yuzu-922aa9410a78ef9d6fd5b5d4455375d512333239.tar.gz yuzu-922aa9410a78ef9d6fd5b5d4455375d512333239.tar.bz2 yuzu-922aa9410a78ef9d6fd5b5d4455375d512333239.tar.lz yuzu-922aa9410a78ef9d6fd5b5d4455375d512333239.tar.xz yuzu-922aa9410a78ef9d6fd5b5d4455375d512333239.tar.zst yuzu-922aa9410a78ef9d6fd5b5d4455375d512333239.zip |
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/hid/hid_core.h | 2 |
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; |