implement retro_serialize/unserialize

This commit is contained in:
aliaspider
2014-12-10 11:06:17 +01:00
parent 13d5e9c875
commit ad485d434a
15 changed files with 184 additions and 236 deletions

View File

@@ -77,8 +77,8 @@ typedef enum
void init_input();
u32 update_input();
void input_write_mem_savestate(file_tag_type savestate_file);
void input_read_savestate(file_tag_type savestate_file);
void input_write_savestate(void);
void input_read_savestate(void);
#include "libretro.h"