root/platform/ixus255_elph330hs/sub/capt_seq_hdr.c

/* [<][>][^][v][top][bottom][index][help] */
   1 #include "lolevel.h"
   2 #include "platform.h"
   3 #include "core.h"
   4 
   5 static long *nrflag = (long*)(0xcf74+0x00);  // Found @ ff2f3000 & ff2f303c
   6 #define NR_AUTO (0)                          // have to explictly reset value back to 0 to enable autostatic long *nrflag = (long*)(0xE4F0+4); // FF3634B8, 4th arg to  sub_FF2A49C4
   7 
   8 #define PAUSE_FOR_FILE_COUNTER 100 // sometimes the file counter isn't updated when hook starts
   9 
  10 #include "../../../generic/capt_seq.c"

/* [<][>][^][v][top][bottom][index][help] */