Added basic frameskip

Updated ioregsView
This commit is contained in:
thoduv 2006-07-01 21:55:31 +00:00
parent f61ca96084
commit 2d9e7200d8
1 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,7 @@
#include "../types.h"
#include "../nds/interrupts.h"
typedef void (*dTool_openFn)();
typedef void (*dTool_openFn)(int id);
typedef void (*dTool_updateFn)();
typedef void (*dTool_closeFn)();
@ -20,4 +20,6 @@ typedef struct
} dTool_t;
extern void dTool_CloseCallback(int id);
#endif /*__DTOOL_H__*/