unified menu wip and some reorganization for it
[libpicofe.git] / common / input.h
index 71ca999..85723f1 100644 (file)
@@ -2,8 +2,8 @@
 
 enum {
        IN_DRVID_UNKNOWN = 0,
-       IN_DRVID_EVDEV,
        IN_DRVID_GP2X,
+       IN_DRVID_EVDEV,
        IN_DRVID_COUNT
 };