file based save states, and improved file structure
This commit is contained in:
@ -22,4 +22,7 @@ typedef struct {
|
||||
} save_state;
|
||||
|
||||
void state_save(save_state*);
|
||||
void state_load(const save_state*);
|
||||
void state_load(const save_state*);
|
||||
|
||||
void state_save_file(u8 slot);
|
||||
void state_load_file(u8 slot);
|
Reference in New Issue
Block a user