1 // Powershot N Facebook 2 #include "lolevel.h" 3 #include "platform.h" 4 #include "core.h" 5 6 #define NR_AUTO (0) // have to explictly reset value back to 0 to enable auto 7 #define PAUSE_FOR_FILE_COUNTER 100 // sometimes the file counter isn't updated when hook starts 8 9 static long *nrflag = (long*)(0xdeb0+0x00); // Found @ ff2ff348 & ff2ff384 10 11 #include "../../../generic/capt_seq.c"