Add virtual device type

This commit is contained in:
morg 2021-04-21 21:37:50 +02:00
parent 28af2da1c2
commit c45f864977
5 changed files with 6 additions and 0 deletions

View file

@ -118,6 +118,7 @@ enum
DEVICE_TYPE_GAMEPAD,
DEVICE_TYPE_LIGHT,
DEVICE_TYPE_SPEAKER,
DEVICE_TYPE_VIRTUAL,
DEVICE_TYPE_UNKNOWN
};