mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 14:15:46 -04:00
Add evdev controller interface
This commit is contained in:
@ -26,6 +26,9 @@ public:
|
||||
#endif
|
||||
#ifdef ANDROID
|
||||
Android,
|
||||
#endif
|
||||
#ifdef WITH_EVDEV
|
||||
Evdev,
|
||||
#endif
|
||||
Count
|
||||
};
|
||||
|
Reference in New Issue
Block a user