OSDN Git Service

dump mode support
[unagi/old-svn-converted.git] / client / trunk / anago / script_dump.h
1 #ifndef _SCRIPT_DUMP_H_
2 #define _SCRIPT_DUMP_H_
3 struct config_dump{
4         const char *script, *target;
5         const struct reader_driver *reader;
6         long mappernum;
7         //struct romimage rom;
8         struct {long cpu, ppu;} increase;
9         bool progress;
10 };
11 void script_dump_execute(struct config_dump *c);
12 #endif