Full savestating to memory
This commit is contained in:
@ -14,4 +14,7 @@ typedef struct {
|
||||
int emu_run(int, char**);
|
||||
emu_context *emu_get_context();
|
||||
|
||||
void emu_cycles(int cpu_cycles);
|
||||
void emu_cycles(int cpu_cycles);
|
||||
void emu_reset();
|
||||
void emu_stop();
|
||||
void emu_start();
|
Reference in New Issue
Block a user