support 2nd player streaming from separate raw file
[teensytas.git] / pkts.h
diff --git a/pkts.h b/pkts.h
index 4c25019..582fa72 100644 (file)
--- a/pkts.h
+++ b/pkts.h
@@ -34,4 +34,5 @@ enum inc_mode {
        // shared stream index incremented by pl1 or pl2
        INC_MODE_SHARED_PL1 = 1,
        INC_MODE_SHARED_PL2 = 2,
+       INC_MODE_SEPARATE = 3,
 };