comparison saves.h @ 1696:956c1cce05e2 mame_interp

Merge from default
author Michael Pavone <pavone@retrodev.com>
date Thu, 24 Jan 2019 19:15:59 -0800
parents 319d90025d50
children c3c62dbf1ceb
comparison
equal deleted inserted replaced
1648:b7ecd0d6a77b 1696:956c1cce05e2
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
9 10
10 typedef struct { 11 typedef struct {
11 char *desc; 12 char *desc;
12 time_t modification_time; 13 time_t modification_time;
13 } save_slot_info; 14 } save_slot_info;