Make the emulator extensible
This commit is contained in:
parent
35872354e0
commit
6b8099b6af
@ -8,6 +8,7 @@
|
|||||||
#include "common.h"
|
#include "common.h"
|
||||||
#include "emu_args.h"
|
#include "emu_args.h"
|
||||||
#include "emu_stat.h"
|
#include "emu_stat.h"
|
||||||
|
#include "extend.h"
|
||||||
#include "model.h"
|
#include "model.h"
|
||||||
#include "player.h"
|
#include "player.h"
|
||||||
#include "recorder.h"
|
#include "recorder.h"
|
||||||
@ -33,6 +34,8 @@ struct emu {
|
|||||||
struct thread *thread;
|
struct thread *thread;
|
||||||
struct proc *proc;
|
struct proc *proc;
|
||||||
struct loom *loom;
|
struct loom *loom;
|
||||||
|
|
||||||
|
struct extend ext;
|
||||||
};
|
};
|
||||||
|
|
||||||
USE_RET int emu_init(struct emu *emu, int argc, char *argv[]);
|
USE_RET int emu_init(struct emu *emu, int argc, char *argv[]);
|
||||||
|
Loading…
Reference in New Issue
Block a user