From 500e81429a883a4721e19158f0c4059fd5e216f6 Mon Sep 17 00:00:00 2001 From: fearlessTobi Date: Sun, 9 Sep 2018 00:57:41 +0200 Subject: hid: Implement ReloadInputDevices --- src/core/settings.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/settings.h') diff --git a/src/core/settings.h b/src/core/settings.h index 5bf1863e6..08a16ef2c 100644 --- a/src/core/settings.h +++ b/src/core/settings.h @@ -5,6 +5,7 @@ #pragma once #include +#include #include #include "common/common_types.h" @@ -120,6 +121,7 @@ struct Values { std::array analogs; std::string motion_device; std::string touch_device; + std::atomic_bool is_device_reload_pending{true}; // Core bool use_cpu_jit; -- cgit v1.2.3