comparison saves.h @ 1946:c3c62dbf1ceb

WIP netplay support
author Michael Pavone <pavone@retrodev.com>
date Wed, 29 Apr 2020 01:00:57 -0700
parents 319d90025d50
children
comparison
equal deleted inserted replaced
1945:ba7231d2411c 1946:c3c62dbf1ceb
5 #include <stdint.h> 5 #include <stdint.h>
6 #include "system.h" 6 #include "system.h"
7 7
8 #define QUICK_SAVE_SLOT 10 8 #define QUICK_SAVE_SLOT 10
9 #define SERIALIZE_SLOT 11 9 #define SERIALIZE_SLOT 11
10 #define EVENTLOG_SLOT 12
10 11
11 typedef struct { 12 typedef struct {
12 char *desc; 13 char *desc;
13 time_t modification_time; 14 time_t modification_time;
14 } save_slot_info; 15 } save_slot_info;