file based save states, and improved file structure

This commit is contained in:
2025-05-23 16:37:55 -06:00
parent b86d550812
commit 821c20eba8
6 changed files with 75 additions and 7 deletions

View File

@ -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);