comparison saves.h @ 2053:3414a4423de1 segacd

Merge from default
author Michael Pavone <pavone@retrodev.com>
date Sat, 15 Jan 2022 13:15:21 -0800
parents c3c62dbf1ceb
children
comparison
equal deleted inserted replaced
1692:5dacaef602a7 2053:3414a4423de1
4 #include <time.h> 4 #include <time.h>
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
10 #define EVENTLOG_SLOT 12
9 11
10 typedef struct { 12 typedef struct {
11 char *desc; 13 char *desc;
12 time_t modification_time; 14 time_t modification_time;
13 } save_slot_info; 15 } save_slot_info;