X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=megadrive.git;a=blobdiff_plain;f=pkts.h;h=582fa727ff6eb1eacf4e61fca40fd20f10dc3e5b;hp=4c25019acb0e519413771d586189385695c2a6ba;hb=be48e888050f18a31e788269c8f47358036a8e3b;hpb=19560e5f86bb4e1b3e22e41f29ed5c76f9afe6cf 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, };