diff options
Diffstat (limited to 'src/input_common/drivers/touch_screen.cpp')
| -rw-r--r-- | src/input_common/drivers/touch_screen.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/input_common/drivers/touch_screen.cpp b/src/input_common/drivers/touch_screen.cpp index e13835e9f..377c9ee2b 100644 --- a/src/input_common/drivers/touch_screen.cpp +++ b/src/input_common/drivers/touch_screen.cpp | |||
| @@ -7,6 +7,12 @@ | |||
| 7 | 7 | ||
| 8 | namespace InputCommon { | 8 | namespace InputCommon { |
| 9 | 9 | ||
| 10 | constexpr PadIdentifier identifier = { | ||
| 11 | .guid = Common::UUID{Common::INVALID_UUID}, | ||
| 12 | .port = 0, | ||
| 13 | .pad = 0, | ||
| 14 | }; | ||
| 15 | |||
| 10 | TouchScreen::TouchScreen(const std::string input_engine_) : InputEngine(input_engine_) { | 16 | TouchScreen::TouchScreen(const std::string input_engine_) : InputEngine(input_engine_) { |
| 11 | PreSetController(identifier); | 17 | PreSetController(identifier); |
| 12 | } | 18 | } |