diff options
Diffstat (limited to 'src/input_common/drivers/sdl_driver.h')
| -rw-r--r-- | src/input_common/drivers/sdl_driver.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/input_common/drivers/sdl_driver.h b/src/input_common/drivers/sdl_driver.h index 0846fbb50..fc3a44572 100644 --- a/src/input_common/drivers/sdl_driver.h +++ b/src/input_common/drivers/sdl_driver.h | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | // Copyright 2018 Citra Emulator Project | 1 | // SPDX-FileCopyrightText: 2018 Citra Emulator Project |
| 2 | // Licensed under GPLv2 or any later version | 2 | // SPDX-License-Identifier: GPL-2.0-or-later |
| 3 | // Refer to the license.txt file included. | ||
| 4 | 3 | ||
| 5 | #pragma once | 4 | #pragma once |
| 6 | 5 | ||
| @@ -128,5 +127,6 @@ private: | |||
| 128 | std::atomic<bool> initialized = false; | 127 | std::atomic<bool> initialized = false; |
| 129 | 128 | ||
| 130 | std::thread poll_thread; | 129 | std::thread poll_thread; |
| 130 | std::thread vibration_thread; | ||
| 131 | }; | 131 | }; |
| 132 | } // namespace InputCommon | 132 | } // namespace InputCommon |