add basic fullscreen support to SDL window mode
[libpicofe.git] / input.h
diff --git a/input.h b/input.h
index 360b65b..ee1ad9f 100644 (file)
--- a/input.h
+++ b/input.h
@@ -70,6 +70,7 @@ enum {
        IN_BINDTYPE_NONE = -1,
        IN_BINDTYPE_EMU = 0,
        IN_BINDTYPE_PLAYER12,
+       IN_BINDTYPE_PLAYER34,
        IN_BINDTYPE_COUNT
 };