X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pkts.h;h=582fa727ff6eb1eacf4e61fca40fd20f10dc3e5b;hb=refs%2Fremotes%2Fgithub%2Fmaster;hp=4c25019acb0e519413771d586189385695c2a6ba;hpb=19560e5f86bb4e1b3e22e41f29ed5c76f9afe6cf;p=teensytas.git diff --git a/pkts.h b/pkts.h index 4c25019..582fa72 100644 --- 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, };