ALL: Huge upstream synch + PerRom DelaySI & CountPerOp parameters
[mupen64plus-pandora.git] / source / mupen64plus-core / src / main / rom.h
old mode 100644 (file)
new mode 100755 (executable)
index 5b91ace..afab920
@@ -111,6 +111,9 @@ typedef struct
    unsigned char savetype;
    unsigned char players; /* Local players 0-4, 2/3/4 way Netplay indicated by 5/6/7. */
    unsigned char rumble; /* 0 - No, 1 - Yes boolean for rumble support. */
+   /*SEB*/
+   signed char delay_si;       /* -1 = no value, 0 = off, 1 = on */
+   signed char count_per_op; /* -1 = no value, 0..3 = value */
 } romdatabase_entry;
 
 typedef struct _romdatabase_search