diff options
Diffstat (limited to '')
| -rw-r--r-- | src/input_common/drivers/mouse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_common/drivers/mouse.h b/src/input_common/drivers/mouse.h index d3178b1a9..cf0918409 100644 --- a/src/input_common/drivers/mouse.h +++ b/src/input_common/drivers/mouse.h | |||
| @@ -63,7 +63,7 @@ private: | |||
| 63 | void StopPanning(); | 63 | void StopPanning(); |
| 64 | 64 | ||
| 65 | const PadIdentifier identifier = { | 65 | const PadIdentifier identifier = { |
| 66 | .guid = Common::UUID{""}, | 66 | .guid = Common::UUID{Common::INVALID_UUID}, |
| 67 | .port = 0, | 67 | .port = 0, |
| 68 | .pad = 0, | 68 | .pad = 0, |
| 69 | }; | 69 | }; |